Overview
what is Medullar MCP Server?
Medullar MCP Server is a server designed for retrieving Medullar Space data using the MCP protocol.
how to use Medullar MCP Server?
To use the Medullar MCP Server, you need to set up the environment by installing dependencies, creating a .env file with your Medullar JWT token, and then running the server in either development or production mode.
key features of Medullar MCP Server?
- Retrieves user-specific Medullar spaces containing curated data.
- Supports multiple execution methods including development mode and direct execution.
- Requires authentication via Medullar JWT token.
use cases of Medullar MCP Server?
- Accessing and managing curated data in Medullar spaces.
- Integrating with applications that require Medullar data retrieval.
- Testing and debugging server functionality using the MCP Inspector.
FAQ from Medullar MCP Server?
- What are the prerequisites for running the Medullar MCP Server?
You need Python 3.10 or higher, the
uvpackage manager, and a Medullar JWT token.
- How do I install the server?
You can install the server by using the command
mcp install server.pyafter setting it up.
- Can I run the server directly?
Yes, you can run the server directly using
python server.pyormcp run server.py.