medullar-mcp-server
0
The Medullar MCP Server is designed to retrieve data from Medullar Spaces using the MCP protocol. It supports various installation and execution modes to cater to both development and production environments.
Medullar MCP Server
- A server for retrieving Medullar Space data using the MCP protocol.
- Prerequisites: Python 3.10 or higher,
uv
package manager, Medullar JWT token. - Setup Instructions:
- Install dependencies using
uv
. - Create a
.env
file with Medullar JWT.
- Install dependencies using
- Running the Server:
- Development Mode: Use MCP Inspector.
- Production Installation: Install on Claude Desktop.
- Direct Execution: Python or MCP run methods.
- Environment Variables Required:
MEDULLAR_JWT
. - API Endpoint:
get_medullar_spaces
for retrieving Medullar spaces.