racket-mcp

mtha790/racket-mcp
★ 0 stars Racket 🤖 AI/LLM Updated today
mcp client and server for racket
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "racket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mtha790/racket-mcp"
      ]
    }
  }
}

README Excerpt

Racket implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), enabling AI applications to exchange context with external data sources and tools. Implemented using agentic AI, using the [TypeScript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk) as a reference implementation.