chip-spec-mcp

andy31415/chip-spec-mcp

3.2

If you are the rightful owner of chip-spec-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This is a basic MCP server intended to allow LLMs to access the matter specification and test plans from a local checkout when performing operations.

Project info

This is a basic MCP server intended to allow LLMs to access the matter specification and test plans from a local checkout when performing operations.

To work with gemini cli, this currently uses "tools" rather than resources (that would require RAGs and it is a different setup).

Usage

Add in ~/.gemini/settings.json:

"mcpServers": {
  "MatterSpec": {
    "command": "uv",
    "args": [
      "run",
      "/usr/local/google/home/andreilitvin/devel/chip-spec-mcp/server.py"
    ],
    "timeout": 30000,
    "trust": false
  }
}

Make sure uv is installed.