MCP Directory
Back

MooseMCP

by NicolasAnquetil · Smalltalk · ★ 0

An implementatio of the ModelContextProtocol for Moose

Install

git clone https://github.com/NicolasAnquetil/MooseMCP.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "moosemcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:NicolasAnquetil/MooseMCP"
      ]
    }
  }
}

From the README

This is an implementation of a [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro) server for Moose. Using it, LLM clients can query a Moose model The Pharo part does not actually implement the MCP protocol. It implements a [JSON-RPC](https://en.wikipedia.org/wiki/JSON-RPC) server that answers to a python MCP server. The python code is in the directory (which is a *client* to the Moose JSON-RPC server, but acts as a *MCP server* for the LLM :wink:) Currently the TCP port used by moose image and pythonClient is hard coded (port: 4444). This is in and and .…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers