Developer Platform1 min read

MCP Setup

To use the Valstorm MCP server, you need to configure your AI client to launch the server process.

1. Prerequisites

  • uv installed.
  • Valstorm CLI authenticated.

2. Locate the MCP Server

The MCP server is located in the apps/valstorm-mcp directory of the monorepo.

3. Configuration Example (Claude Desktop)

Add the following to your claude_desktop_config.json:

JSON
{ "mcpServers": { "valstorm-mcp": { "command": "uv", "args": ["run", "python", "main.py"], "cwd": "/path/to/monorepo/apps/valstorm-mcp" } } }

4. Using with Gemini

For Gemini, refer to the Gemini CLI documentation on how to add a custom MCP server using stdio transport.