Remote MCP Server
Connect Membit’s remote MCP server directly without the need for local setup. This approach offers a streamlined experience that eliminates local installation and configuration requirements. Use the remote MCP server endpoint with your Membit API key:X-Membit-Api-Key: <your-api-key>
. The configurations below handle this automatically for each client.
Obtain your Membit API key.
Configuring Remote MCP Clients
See platform-specific setup guides in the Integrations section.Local MCP
Run the server locally if you prefer.Requirements
- Membit API key (get one)
- Python 3.11+
- An MCP client (e.g., Claude Desktop, Goose, Cursor)
- Git (optional, if cloning)
API Key Configuration
Provide your key in one of two ways: Environment variable (recommended): Create a.env
file in the project root:
Installation Guide
Clone from Git
1
Clone the Repository
2
Choose Installation Method
Option 1: Direct InstallationOption 2: Docker InstallationBuild the Docker image:Run the container: