Boost.space MCP server
A Model Context Protocol (MCP) server proxying Boost.Space’s REST API for MCP clients (e.g., Claude Desktop).
Install
pip:
pip install boostspace-mcp
uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv add boostspace-mcp
Run
# pip
python -m boostspace_mcp.server
# uv
uv x boostspace-mcp run
Claude Desktop config
"mcpServers": {
"boostspace": {
"command": "python",
"args": ["-m","boostspace_mcp.server"],
"env": {
"BOOSTSPACE_API_BASE": "{{API_PATH}}",
"BOOSTSPACE_TOKEN": "{{TOKEN}}"
},
"transport": "stdio"
}
}
Restart Claude Desktop.
Env vars
BOOSTSPACE_API_BASE: API base URLBOOSTSPACE_TOKEN: Bearer token
Test & dev
pip install .[dev]
pytest -q
ruff check .
Recommend MCP Servers 💡
membase-mcp
A lightweight decentralized memory gateway that connects AI agents to Membase for persistent, verifiable multi-session memory.
ntk148v/alertmanager-mcp-server
An MCP server enabling AI assistants to integrate with Prometheus Alertmanager for querying and managing alerts, silences, receivers, and alert groups
unsplash
A simple MCP server for seamless Unsplash image integration and search capabilities.
fess-mcp-server
A middleware server integrating with the Fess search engine to enable MCP clients to obtain search information.
deepview-mcp
A Model Context Protocol server enabling IDEs to analyze large codebases using Gemini's context window.
@slinerodev/github-releases-mcp
MCP server for accessing, comparing, and analyzing GitHub repository releases