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 mcpRelated MCP servers
io.github.Shangri-la-0428/psyche-ai
Maintained
Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift.
9
View repository →TypeScript
MIT
io.github.Shangri-la-0428/oasyce
Maintained
On-chain economy for AI agents: escrow, marketplace, data rights, reputation, disputes.
3
View repository →Python