Install all dependencies with pip install -e .[dev]
To run the MCP server with the FastMCP debugger UI run python run_dev.py (may require additional installs)
This repo supports twine builds using python -m build
The MCP server runs as a local stdio server, to access it from Claude Code run claude add mcp <MCP_SERVER_NAME> -- python -m mcp_server Then check that the MCP server is running by going to the /mcp page within Claude Code