Skip to main content

Prerequisites

Download uvx

Reference: https://docs.astral.sh/uv/getting-started/installation/

If you are using macOS and have Homebrew installed, you can use:

brew install uv

Alternatively, you can use curl:

curl -LsSf https://astral.sh/uv/install.sh | sh

If curl is not installed, you can use wget:

wget -qO- https://astral.sh/uv/install.sh | sh

Configure SPEC-mcp

Project URL: https://github.com/TokenRollAI/SPEC-mcp

In the mcp configuration of your AI IDE, add the following:

{
"mcpServers": {
"spec-mcp": {
"command": "uvx",
"args": [
"mcp-spec@latest"
]
}
}
}