Connect Spec This MCP server to Claude Code CLI using HTTP transport
Run the following command to add the Spec This MCP server to Claude Code:
claude mcp add --transport http spec-this http://localhost:3000/api/mcp --scope user
Note: Use --scope local for project-only access, or --scope user for all projects.
Check that the Spec This MCP server was added successfully:
claude mcp list
You should see spec-this in the list.
After adding, restart Claude Code and verify with the /mcp command.
claude mcp listView all configured MCP servers
claude mcp get spec-thisView detailed configuration for Spec This server
claude mcp remove spec-thisRemove the Spec This MCP server
/mcpCheck MCP status within Claude Code
For more details on Claude Code MCP configuration, see the Claude Code MCP Documentation.