| name | hive-mcp |
| description | Use the Hive MCP server for the thin v2 search and execute tool surface. Use this skill when configuring MCP access to Hive or when an agent needs workspace search and bounded local execution. |
Hive MCP Server
The MCP surface is intentionally small — two tools for agent integration:
search — query workspace state
execute — run bounded Python code
Everything durable still goes through the hive CLI and the .hive/ substrate.
Setup
Example MCP config:
{
"mcpServers": {
"hive": {
"command": "hive-mcp",
"env": {
"HIVE_BASE_PATH": "/path/to/workspace"
}
}
}
}
HIVE_BASE_PATH should point at the workspace you want the server to search and execute against.
If running from a local checkout instead of an installed package, uv run hive-mcp is the equivalent launch command.
Available Tools