PluginBench
MCP Server
Maintained
MIT

Thronglets MCP Server

io.github.Shangri-la-0428/thronglets

What is the Thronglets MCP server?

P2P shared memory substrate for AI agents — stigmergic knowledge network via libp2p

How to install Thronglets

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thronglets": {
      "command": "https://github.com/Shangri-la-0428/Thronglets/releases/download/v0.2.0/thronglets-mcp-darwin-arm64",
      "args": [
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "thronglets": {
      "command": "https://github.com/Shangri-la-0428/Thronglets/releases/download/v0.2.0/thronglets-mcp-darwin-arm64",
      "args": [
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "thronglets": {
      "command": "https://github.com/Shangri-la-0428/Thronglets/releases/download/v0.2.0/thronglets-mcp-darwin-arm64",
      "args": [
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "thronglets": {
      "type": "stdio",
      "command": "https://github.com/Shangri-la-0428/Thronglets/releases/download/v0.2.0/thronglets-mcp-darwin-arm64",
      "args": [
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add thronglets -- https://github.com/Shangri-la-0428/Thronglets/releases/download/v0.2.0/thronglets-mcp-darwin-arm64 mcp

Related MCP servers

Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift.

9
TypeScript
MIT
View repository →

On-chain economy for AI agents: escrow, marketplace, data rights, reputation, disputes.

3
Python
View repository →