medullar
MCP Servermedullarpublic

medullar mcp server

Medullar MCP Server

Repository Info

0
Stars
0
Forks
0
Watchers
1
Issues
Python
Language
MIT License
License

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
  • uv package manager (recommended)
  • A Medullar JWT token

Setup

  1. Install dependencies using uv:
brew install uv
uv pip install -r requirements.txt
  1. Create a .env file 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 .env file in the project root
  • Environment variables in your shell
  • The mcp install command with the -v flag

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

1

Clone the repository

git clone https://github.com/medullar/medullar-mcp-server
2

Install dependencies

cd medullar-mcp-server
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownermedullar
Repomedullar-mcp-server
LanguagePython
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation