Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CLAUDE-CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npm run deploy

Then add the remote MCP server in Claude.ai:
1. Go to Settings → Integrations → MCP
2. Add server URL: `https://oddkit-mcp.<your-subdomain>.workers.dev/mcp`
2. Add server URL: `https://oddkit.klappy.dev/mcp`

See [workers/README.md](../workers/README.md) for full deployment instructions.

Expand Down
4 changes: 2 additions & 2 deletions workers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Remote MCP server for oddkit, deployable to Cloudflare Workers. Enables oddkit i

1. Go to Claude.ai Settings → Integrations → MCP
2. Add new MCP server:
- URL: `https://oddkit-mcp.<your-subdomain>.workers.dev/mcp`
- URL: `https://oddkit.klappy.dev/mcp`
- Name: `oddkit`

## Environment Variables

| Variable | Description | Default |
|----------|-------------|---------|
| `BASELINE_URL` | GitHub raw content URL for baseline | `https://raw.githubusercontent.com/klappy/klappy.dev/main` |
| `ODDKIT_VERSION` | Version string | `0.9.1` |
| `ODDKIT_VERSION` | Version string | `0.10.0` |

## Optional: KV Caching

Expand Down
2 changes: 1 addition & 1 deletion workers/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# oddkit MCP Worker
# Exposes oddkit as a remote MCP server for Claude.ai

name = "oddkit-mcp"
name = "oddkit"
main = "src/index.ts"
compatibility_date = "2025-01-01"
compatibility_flags = ["nodejs_compat"]
Expand Down