@openvole/paw-mcp
v1.0.0
Published
MCP bridge Paw for OpenVole — connects MCP servers to the tool registry
Maintainers
Readme
@openvole/paw-mcp
MCP server bridge — connects MCP servers to OpenVole's tool registry.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-mcpConfig
{
"name": "@openvole/paw-mcp",
"allow": {}
}Permissions are inherited from each MCP server's own configuration. Configure MCP servers in your vole.config.json under the mcp key.
Environment Variables
No required environment variables. MCP server configs are in .openvole/paws/paw-mcp/servers.json.
How It Works
This paw bridges any Model Context Protocol server into OpenVole's tool registry. Tools provided by connected MCP servers appear alongside native paw tools — the Brain calls them by name without knowing the source.
