jervis-boost-mcp
v0.13.0
Published
Jervis Boost MCP server — exposes project context to AI agents via Model Context Protocol
Readme
jervis-boost-mcp
An Model Context Protocol (MCP) server that gives compatible AI agents access to Jervis Boost project context: configuration, summary, catalog entries, gate results, and project actions.
Run the server
npx --yes jervis-boost-mcp@latest --root /absolute/path/to/projectThe server communicates over standard input/output. It requires a Jervis Boost project configuration at .jervis/boost.config.ts; initialize one with the CLI when needed:
npx --yes jervis-boost@latest init
npx --yes jervis-boost@latest mcp setupClient configuration
Use the generated configuration from jervis-boost mcp setup, or configure an MCP client with the equivalent command:
{
"command": "npx",
"args": ["--yes", "jervis-boost-mcp@latest", "--root", "/absolute/path/to/project"]
}The server includes the definitions catalog in its published package, so no monorepo checkout is required at runtime.
See the MCP guide for client-specific setup.
License
MIT
