Expose configured MCP servers as Bub tools
Project description
bub-mcp
Expose configured MCP servers as Bub tools.
Configuration
The plugin reads MCP server definitions from a dedicated JSON file under Bub home:
~/.bub/mcp.json- or
$BUB_HOME/mcp.jsonwhenBUB_HOMEis set
The file must contain a top-level mcpServers mapping:
{
"mcpServers": {
"weather": {
"url": "https://weather.example.com/mcp",
"transport": "http"
},
"local": {
"command": "python",
"args": ["./server.py"]
}
}
}
CLI Usage
Use the CLI to inspect and manage mcp.json:
bub mcp list
Add an HTTP server:
bub mcp add --transport http weather https://weather.example.com/mcp
Add an SSE server with headers:
bub mcp add \
--transport sse \
--header "Authorization: Bearer token" \
events \
https://events.example.com/mcp
Add a stdio server with environment variables:
bub mcp add \
--transport stdio \
--env API_KEY=secret \
filesystem \
-- npx -y @modelcontextprotocol/server-filesystem /tmp
Remove a server:
bub mcp remove weather
bub mcp add writes the server config into mcp.json and performs a connection test before exiting.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bub_mcp-0.0.1.tar.gz.
File metadata
- Download URL: bub_mcp-0.0.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3a1aa01a3084790f8cc2500823ee0ee8f18f01e86d7a8c26f3ee0c3cbd3166c
|
|
| MD5 |
9d842605defd480ff9e585c0125531f8
|
|
| BLAKE2b-256 |
ff171cf306cb0d1213fad0b5729c766db977bb56008304bfade48ae41b6ce8bd
|
File details
Details for the file bub_mcp-0.0.1-py3-none-any.whl.
File metadata
- Download URL: bub_mcp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beed91c16f2d5ae504a78c3c8a81315a605ca81369ae0aef34123b2205d1ef58
|
|
| MD5 |
93a6a06f061c247108dc3865726088f5
|
|
| BLAKE2b-256 |
4023a1cbe1bfdfaceb12bf25a18b040e567bd3c7a683207173284f9a1791699f
|