
medullar mcp server
Medullar MCP Server
Repository Info
About This Server
Medullar MCP Server
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Medullar MCP Server
A server for retrieving Medullar Space data using the MCP protocol.
Prerequisites
- Python 3.10 or higher
uvpackage manager (recommended)- A Medullar JWT token
Setup
- Install dependencies using
uv:
brew install uv
uv pip install -r requirements.txt
- Create a
.envfile in the project root with your Medullar JWT:
MEDULLAR_JWT=your_jwt_token_here
Running Your Server
Development Mode
The fastest way to test and debug your server is with the MCP Inspector:
mcp dev server.py
Production Installation
Once your server is ready, install it in Claude Desktop:
mcp install server.py
Direct Execution
For advanced scenarios like custom deployments:
python server.py
# or
mcp run server.py
Environment Variables
The server requires the following environment variables:
MEDULLAR_JWT: Your Medullar authentication token
These can be provided either through:
- A
.envfile in the project root - Environment variables in your shell
- The
mcp installcommand with the-vflag
API Endpoints
The server provides the following endpoints:
get_medullar_spaces
Retrieves the user's Medullar spaces, which contain their curated data.
Returns a list of spaces in the format:
[
{
"name": "Space Name",
"uuid": "Space unique identification",
"context": "Space context"
}
]
Changelog
See CHANGELOG.md for a list of changes and version history.
Quick Start
Clone the repository
git clone https://github.com/medullar/medullar-mcp-serverInstall dependencies
cd medullar-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.