get_biji_mcp
Verified Safeby PancrePal-xiaoyibao
Overview
Integrates Get笔记 (GetBiji) API as an MCP server to provide AI-powered knowledge base search and retrieval capabilities to AI models.
Installation
npx mcp-get-biji-serverEnvironment Variables
- GET_BIJI_API_KEY
Security Notes
The server uses environment variables for API keys, which is a good practice. No 'eval' or obvious obfuscation found. Standard libraries (Axios, dotenv, MCP SDK) are used. The MCP server itself communicates via stdio, implying local execution with a client like Claude Desktop. External API calls are made to the GetBiji API via HTTPS. Overall, it follows common security practices for a server of this type.
Similar Servers
mcp-servers
An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.
jentic-sdks
The Jentic MCP Plugin enables AI-agent builders to discover, load, and execute external APIs and workflows via the Model Configuration Protocol (MCP), generating LLM-compatible tool definitions.
knowledgebase-mcp
Provides a standardized connection layer between artificial intelligence systems (LLMs) and biomedical research resources for information retrieval and domain-specific tasks.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.