Medullar MCP Server
@medullar
Medullar MCP Server について
Medullar MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"medullar-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Medullar MCP Server?
Medullar MCP Server is an MCP protocol server that retrieves a user’s Medullar Space data. It is built for developers and users who need to access their curated Medullar spaces through an MCP‑compatible client (e.g., Claude Desktop).
How to use Medullar MCP Server?
Install Python 3.10+, the uv package manager, and dependencies. Create a .env file with your MEDULLAR_JWT token. Run in development mode with mcp dev server.py or install in Claude Desktop with mcp install server.py. For custom deployments, use python server.py or mcp run server.py.
Key features of Medullar MCP Server
- Retrieves the user’s Medullar spaces via MCP protocol.
- Requires a Medullar JWT for authentication.
- Returns space name, UUID, and context.
- Supports
.envfile, shell variables, ormcp install -v. - Built with Python 3.10+ and the
uvpackage manager.
Use cases of Medullar MCP Server
- Query your curated Medullar spaces from an MCP‑capable UI.
- Integrate space data into AI assistants like Claude Desktop.
- Automate retrieval of space metadata for custom workflows.
FAQ from Medullar MCP Server
What prerequisites are needed?
Python 3.10 or higher, the uv package manager, and a valid Medullar JWT token.
How do I provide my JWT token?
Store it in a .env file as MEDULLAR_JWT=your_token, or set it as an environment variable in your shell, or pass it via the -v flag with mcp install.
What data can I retrieve with the server?
The only endpoint is get_medullar_spaces, which returns a list of your spaces with their name, uuid, and context.
How do I run the server in production?
Install it for Claude Desktop with mcp install server.py, or run directly with python server.py or mcp run server.py.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント