Skip to content

Configure oddkit MCP to use local server#7

Merged
klappy merged 3 commits intomainfrom
claude/configure-mcp-oddkit-U1Tfd
Feb 2, 2026
Merged

Configure oddkit MCP to use local server#7
klappy merged 3 commits intomainfrom
claude/configure-mcp-oddkit-U1Tfd

Conversation

@klappy
Copy link
Copy Markdown
Owner

@klappy klappy commented Feb 2, 2026

Switch from remote URL to local node command for MCP server,
enabling local development and testing of oddkit.

https://claude.ai/code/session_01SAvW2Ej27Cv2n6tDs31wG3


Note

Low Risk
Low risk configuration-only change that affects how the MCP client interprets the oddkit server entry.

Overview
Updates .mcp.json to explicitly set the oddkit MCP server type to http (while keeping the same remote url).

Written by Cursor Bugbot for commit b7a3ff6. This will update automatically on new commits. Configure here.

Switch from remote URL to local node command for MCP server,
enabling local development and testing of oddkit.

https://claude.ai/code/session_01SAvW2Ej27Cv2n6tDs31wG3
Restore https://oddkit.klappy.dev/mcp configuration.
Verified remote server responds correctly to MCP initialize.

https://claude.ai/code/session_01SAvW2Ej27Cv2n6tDs31wG3
Claude Code HTTP transport may require explicit type declaration.

https://claude.ai/code/session_01SAvW2Ej27Cv2n6tDs31wG3
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
oddkit b7a3ff6 Feb 02 2026, 07:09 AM

@klappy klappy merged commit 240fa9f into main Feb 2, 2026
2 checks passed
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment thread .mcp.json
{
"mcpServers": {
"oddkit": {
"type": "http",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Config still uses remote URL instead of local server

Medium Severity

The PR description states the intention is to "switch from remote URL to local node command for MCP server, enabling local development and testing" but the actual change keeps the remote URL https://oddkit.klappy.dev/mcp and only adds "type": "http". This configuration still points to a remote server, not a local one. The change doesn't accomplish the stated goal of enabling local development.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants