MCP-SERVER

CodeUltr0n/MCP-SERVER
★ 1 stars TypeScript 🤖 AI/LLM Updated today
An interactive Model Context Protocol (MCP) server & client implementation in TypeScript. Features dynamic tool calling, custom prompts, resource templates, and bi-directional LLM sampling integrated with Groq LLMs and the Vercel AI SDK.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "CodeUltr0n/MCP-SERVER"
      ]
    }
  }
}

Topics

mcpmodel-context-protocolpromptsresourcessamplingsdkservertoolstypescript