MCP Directory
Back

ModelContextProtocol.jl

by svilupp · Julia · ★ 2

ModelContextProtocol.jl — MCP server.

Install

git clone https://github.com/svilupp/ModelContextProtocol.jl.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol-jl": {
      "command": "npx",
      "args": [
        "-y",
        "github:svilupp/ModelContextProtocol.jl"
      ]
    }
  }
}

From the README

> [!WARNING] > This implementation is not yet functional, completed! Do not use! A Julia implementation of the [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP), providing an SDK for building MCP-compliant servers and clients that enable AI models to access external tools. - JSON-RPC 2.0 compliant message handling - Built-in support for tool registration and dynamic dispatch - Simple API for creating MCP clients and servers The package is not yet registered, so you need to add it manually: To use MCP-enabled tools with Claude, you need to configure your Claude de…
Read full README on GitHub →

Related other servers