Loading...
To use the Valstorm MCP server, you need to configure your AI client to launch the server process.
The fastest way to do this is to leverage a workspace created by the Valstorm CLI by downloading the cli, then using the "valstorm init" command to start a workspace.
If you'd prefer to configure the MCP into your own project structure, continue below.
The MCP server is located in the apps/valstorm-mcp directory of the monorepo.
Add the following to your claude_desktop_config.json:
{ "mcpServers": { "valstorm-mcp": { "command": "uv", "args": ["run", "python", "main.py"], "cwd": "/path/to/monorepo/apps/valstorm-mcp" } } }
For Gemini, refer to the Gemini CLI documentation on how to add a custom MCP server using stdio transport.