@archbee/mcp
This is a Model Context Protocol (MCP) server for interacting with the Archbee API. This server provides tools to read, search and list Archbee documents from your space using Large Language Models.
This MCP server integrates with the Archbee API, allowing Large Language Models (LLMs) to interact with your Archbee documents. It provides tools to read, search, and list documents from your Archbee space.
To use this server, you need to configure it in your claude_desktop_config.json or .cursor/mcp.json file. Essential environment variables include API_BASE and API_KEY (obtained from Archbee Space Settings), or alternatively SPACE_ID and API_KEY for internal spaces. Ensure your Archbee space is published with the provided API key.
Installation is done via npm: npm i @archbee/mcp. Once installed, you can run it as a stdio MCP server, typically using npx -y @archbee/mcp.
Recommend MCP Servers 💡
BloodHound-MCP
An MCP server enabling LLMs to interact with and analyze AD/AAD environments via natural language queries using BloodHound data.
digma-ai/digma-mcp-server
Enables agents to access Digma's code observability insights via MCP SSE server

deepwiki
Official DeepWiki MCP server providing wiki-related tools via SSE and Streamable protocols.
@JackKuo666/pubtator-mcp-server
A biomedical literature annotation and relationship mining server based on PubTator3 accessible through MCP interface.
trieve-mcp-server
All-in-one platform for search, recommendations, RAG, and analytics offered via API
MCP-Bridge
A bridge between OpenAI API and MCP tools, enabling MCP tool usage through OpenAI API interface