boostspace-mcp-server
The Boost.space MCP server is a server that proxies Boost.Space's REST API for MCP clients (e.g., Claude Desktop). Implemented in Python, this tool simplifies API communication compliant with the MCP protocol. Users can easily install and configure it to access various functionalities via the REST API. Environment variables can be set for the API base URL and token, allowing developers to perform testing and debugging with ease.
GitHub Stars
3
User Rating
Not Rated
Forks
0
Issues
1
Views
1
Favorites
0
README
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 .
Author Information
0
Followers
3
Repositories
0
Gists
7
Total Contributions
Top Contributors
Threads