All MCP servers

Nim Language Server

Official
by Api.Airforcestdio0307MIT

MCP server providing symbol navigation, diagnostics, and type resolution for Nim projects

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "nim-language-server-impef96c": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}