PluginBench
MCP Server
Active
Apache-2.0

io.github.Abhigyan-Shekhar/Waggle-mcp MCP Server

io.github.Abhigyan-Shekhar/Waggle-mcp

What is the io.github.Abhigyan-Shekhar/Waggle-mcp MCP server?

Persistent graph-backed conversational memory for AI agents.

How to install io.github.Abhigyan-Shekhar/Waggle-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WAGGLE_TRANSPORT

    Transport mode for the MCP server.

  • WAGGLE_BACKEND

    Backend database type: sqlite for local use or neo4j for service deployments.

  • WAGGLE_DB_PATH

    Path to the SQLite memory database when WAGGLE_BACKEND is sqlite.

  • WAGGLE_DEFAULT_TENANT_ID

    Default tenant ID for local or shared memory isolation.

  • WAGGLE_MODEL

    Sentence-transformers model used for local embeddings.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "Waggle-mcp": {
      "command": "uvx",
      "args": [
        "waggle-mcp"
      ],
      "env": {
        "WAGGLE_TRANSPORT": "<YOUR_WAGGLE_TRANSPORT>",
        "WAGGLE_BACKEND": "<YOUR_WAGGLE_BACKEND>",
        "WAGGLE_DB_PATH": "<YOUR_WAGGLE_DB_PATH>",
        "WAGGLE_DEFAULT_TENANT_ID": "<YOUR_WAGGLE_DEFAULT_TENANT_ID>",
        "WAGGLE_MODEL": "<YOUR_WAGGLE_MODEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "Waggle-mcp": {
      "command": "uvx",
      "args": [
        "waggle-mcp"
      ],
      "env": {
        "WAGGLE_TRANSPORT": "<YOUR_WAGGLE_TRANSPORT>",
        "WAGGLE_BACKEND": "<YOUR_WAGGLE_BACKEND>",
        "WAGGLE_DB_PATH": "<YOUR_WAGGLE_DB_PATH>",
        "WAGGLE_DEFAULT_TENANT_ID": "<YOUR_WAGGLE_DEFAULT_TENANT_ID>",
        "WAGGLE_MODEL": "<YOUR_WAGGLE_MODEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "Waggle-mcp": {
      "command": "uvx",
      "args": [
        "waggle-mcp"
      ],
      "env": {
        "WAGGLE_TRANSPORT": "<YOUR_WAGGLE_TRANSPORT>",
        "WAGGLE_BACKEND": "<YOUR_WAGGLE_BACKEND>",
        "WAGGLE_DB_PATH": "<YOUR_WAGGLE_DB_PATH>",
        "WAGGLE_DEFAULT_TENANT_ID": "<YOUR_WAGGLE_DEFAULT_TENANT_ID>",
        "WAGGLE_MODEL": "<YOUR_WAGGLE_MODEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "Waggle-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "waggle-mcp"
      ],
      "env": {
        "WAGGLE_TRANSPORT": "<YOUR_WAGGLE_TRANSPORT>",
        "WAGGLE_BACKEND": "<YOUR_WAGGLE_BACKEND>",
        "WAGGLE_DB_PATH": "<YOUR_WAGGLE_DB_PATH>",
        "WAGGLE_DEFAULT_TENANT_ID": "<YOUR_WAGGLE_DEFAULT_TENANT_ID>",
        "WAGGLE_MODEL": "<YOUR_WAGGLE_MODEL>"
      }
    }
  }
}
Claude Code
claude mcp add Waggle-mcp --env WAGGLE_TRANSPORT=<YOUR_WAGGLE_TRANSPORT> --env WAGGLE_BACKEND=<YOUR_WAGGLE_BACKEND> --env WAGGLE_DB_PATH=<YOUR_WAGGLE_DB_PATH> --env WAGGLE_DEFAULT_TENANT_ID=<YOUR_WAGGLE_DEFAULT_TENANT_ID> --env WAGGLE_MODEL=<YOUR_WAGGLE_MODEL> -- uvx waggle-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →