CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
abhigyan-shekhar avatar

Waggle Mcp

abhigyan-shekhar/waggle-mcp
167 toolsSTDIOregistry active
Summary

Waggle gives Claude and other MCP clients a persistent graph memory that survives context windows. It stores decisions, their reasons, and contradictions as typed nodes and edges in SQLite or Neo4j, then retrieves relevant subgraphs on demand. You get three core tools: query_graph for retrieval, observe_conversation to persist turns, and prime_context to hydrate sessions. Setup is one command (waggle-mcp setup --yes) that auto-configures Claude Code, Cursor, and others. Includes local sentence-transformers embeddings with a deterministic fallback, so no API keys required. Ships with Graph Studio for inspection and a demo mode that runs sample queries against a preloaded graph. Built for agents that need to remember what they decided three sessions ago and why.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
searchFind A2A agents by capability or use case using semantic search.10 params

Find A2A agents by capability or use case using semantic search.

Parameters* required
autharray
Filter by auth type (e.g. ["public"])
capabilitiesarray
Required capabilities (e.g. ["streaming"])
healthy_onlyboolean
Only return currently online agents
input_modesarray
Filter by input MIME types
limitinteger
Max results (1-20, default 10)
offsetinteger
Pagination offset (default 0)
output_modesarray
Filter by output MIME types
providerstring
Fuzzy provider name search
querystring
Natural language search query
verified_onlyboolean
Only return verified agents
invokeSend a message to an A2A agent directly (pass-through proxy). Provide either url_hash (from search) or agent_url (direct URL).7 params

Send a message to an A2A agent directly (pass-through proxy). Provide either url_hash (from search) or agent_url (direct URL).

Parameters* required
agent_urlstring
Direct agent URL (required if url_hash omitted)
context_idstring
Context ID for agents with server-side history
conversation_idstring
Conversation ID for follow-ups and rating linkage
messagestring
Message to send (max 2000 chars)
protocol_versionstring
A2A protocol version (auto-detected if omitted)
task_idstring
Task ID for follow-up or async polling
url_hashstring
Agent URL hash from search results (required if agent_url omitted)
pollCheck the status of an async A2A task.5 params

Check the status of an async A2A task.

Parameters* required
agent_urlstring
The agent's URL
context_idstring
Context ID for server-side history
conversation_idstring
Conversation ID for tracking
protocol_versionstring
A2A protocol version
task_idstring
Task ID returned by the agent
infoGet full details about a specific agent — skills, health, ratings, and capabilities.1 params

Get full details about a specific agent — skills, health, ratings, and capabilities.

Parameters* required
url_hashstring
Agent URL hash
registerSubmit a new A2A agent URL for indexing in Waggle.1 params

Submit a new A2A agent URL for indexing in Waggle.

Parameters* required
urlstring
Agent URL to register
check_usageView your current API quota, daily usage, and rate limit status.

View your current API quota, daily usage, and rate limit status.

No parameter schema in public metadata yet.

rate_transactionRate an agent interaction to improve ranking quality.6 params

Rate an agent interaction to improve ranking quality.

Parameters* required
conversation_idstring
Conversation ID from invoke/poll
notesstring
Optional feedback (max 500 chars)
qualityinteger
Quality rating 1-5
rating_idstring
Optional idempotency key
successboolean
Whether the interaction was successful
url_hashstring
Agent URL hash

Waggle

Project memory for humans and AI agents.
Keep decisions, context, and the reasons behind them across conversations.

PyPI Python 3.11+ MCP compatible Apache-2.0

Install Waggle · Try the browser workspace · Documentation


Keep the context, not just the conversation

Waggle is an open-source, local-first memory layer for AI agents. It stores project knowledge as a graph: what you decided, why it matters, what it depends on, and what has changed. Your next conversation can pick up from that context instead of starting over.

Use Waggle with your MCP client, inspect and edit memory in Graph Studio, or bring a portable memory graph into the browser workspace.

  • Continue across sessions. Recall project decisions, requirements, preferences, and open questions without repeatedly pasting context.
  • Understand the reasoning. Explore relationships, supporting evidence, contradictions, and the history behind a decision.
  • Keep control of corrections. In the WebMCP workspace, agents propose changes; humans approve the exact content before it becomes authoritative.
  • Take memory with you. Export and import .abhi files across supported workflows without tying your graph to one client.
  • Start locally. The default SQLite store lives on your machine. Local use does not require a Waggle account or an external database.

Quick Start

The Python package requires Python 3.11+ and pipx. On macOS, you can install pipx with brew install pipx; see the installation guide for client-specific options.

pipx install waggle-mcp
pipx ensurepath

Restart your terminal after the first pipx ensurepath, then run:

waggle-mcp setup --yes
waggle-mcp doctor

Restart your MCP client to load Waggle. Setup detects supported clients and writes their configuration; automatic memory behavior uses the client's installed hooks, skills, or project instructions.

To check continuity, ask your agent to remember a project decision, then open a fresh session in the same project and ask what was decided. Keep the same project identifier across sessions.

Choose your client

ClientSetup guide
CodexInstall the Waggle plugin or configure the MCP server
Claude CodeMCP server and automatic memory hooks
Claude DesktopDesktop extension and manual configuration
VS CodeWaggle extension and workspace setup
CursorConnect the local MCP server
AntigravityClient configuration
Other MCP clientsStandard MCP configuration
ChatGPT with Site toolsUse the browser workspace

For clients that accept an mcpServers configuration:

{
  "mcpServers": {
    "waggle": {
      "command": "waggle-mcp",
      "args": ["serve", "--transport", "stdio"]
    }
  }
}

If the command is not found, run pipx ensurepath and reopen your terminal. Use the troubleshooting guide for installation, startup, and client connection issues.

How memory works

Waggle separates durable project knowledge from the model's context window. An agent retrieves relevant memory when needed and records meaningful outcomes for later conversations.

  1. Capture: record decisions, constraints, preferences, and supporting context.
  2. Connect: link related memories and preserve contradictions and updates.
  3. Recall: retrieve scoped context with evidence and provenance.
  4. Continue: use that context in another session or supported client.

The core MCP workflow uses prime_context to load project context, query_graph to retrieve relevant history, and observe_conversation to record durable outcomes. build_context assembles a compact context pack for a specific task. Tool availability alone does not make an agent use memory automatically; its hooks, skills, or instructions must call these tools.

See the tool reference and configuration reference for the full API and retrieval settings.

Graph Studio

Graph Studio makes project memory inspectable and editable. Browse nodes and relationships, add or remove graph content, inspect source evidence, and review how a memory changed over time.

The browser workspace provides focused views for project context, memories, proposals, and activity. Graph Studio provides the graph-level view of that server-backed memory; private browser imports remain in the workspace tab.

Open Graph Studio

WebMCP — memory in your browser

The Waggle workspace lets a human and a compatible browser agent work with the same project memory. Its WebMCP adapter registers page-level Site tools through document.modelContext.registerTool. This is separate from installing Waggle's MCP server or configuring a remote MCP connector.

Connect and use the workspace

  1. Open the workspace in ChatGPT's built-in browser using a model and account configuration that supports Site tools.
  2. In the address bar, check Site tools → Available site tools and confirm the five Waggle tools are available. Keep this workspace tab open while working with its memory.
  3. Explore the sample project or select Load private .abhi to work with your own graph.
  4. Ask for a project brief or recall a specific decision. On the hosted workspace, use project_id: waggle-webmcp, including after importing your own graph.
  5. To correct a memory, ask the agent to propose a replacement. Review it in Proposals, edit it if needed, and approve the exact value.
  6. Ask the agent to apply the approved proposal using only its actual proposal ID. Recall the decision again to confirm the result and inspect its history.

For example:

Call Waggle's get_project_brief with project_id "waggle-webmcp".
Use the returned memories to catch me up on this project.

If Site tools are unavailable, check the browser's permissions and configuration. If the browser blocks an apply call, you can use Apply approved change on the approved proposal and confirm the action yourself. This uses the same approval and freshness checks; it does not bypass browser safeguards.

Browser tools

ToolWhat it does
get_project_briefReturns the project's goal, current decisions, constraints, state, and open questions.
recall_memoryFinds current authoritative memories for a query, with supersession provenance when available.
propose_memory_changeCreates a pending correction for human review without changing authoritative memory.
apply_approved_memory_changeApplies the exact approved value using only a proposal ID.
load_abhi_for_sessionLoads a portable graph into this browser tab and returns a brief.

Corrections you can review

flowchart LR
    A[Agent proposes a correction] --> B[Human reviews and approves]
    B --> C[Waggle checks approval and target version]
    C --> D[Approved value becomes authoritative]
    D --> E[Previous memory stays in history]

Approved content cannot be changed by the applying agent. If the target memory has changed since the proposal was created, the proposal is marked stale instead of overwriting newer information. Application preserves the previous memory and links it to the replacement with an updates edge.

These approval rules govern the WebMCP correction workflow. They are not a claim that every direct graph-editing or local MCP operation requires approval.

Bring your own memory

A .abhi file is Waggle's portable memory graph. The browser importer reads existing memories; it does not ingest a source repository to invent a project brief.

  1. Select Load private .abhi in the workspace.
  2. Choose an unencrypted schema 2.x file, up to 700 KiB compressed and 4 MiB expanded.
  3. Confirm the Private session graph indicator appears. Briefs, recall, proposals, and approvals now use that imported copy.

The import replaces this tab's active workspace; it does not merge with the sample graph, modify your original file, or affect another visitor.

You can also attach the file to a compatible chat and ask:

Use Waggle's load_abhi_for_session tool to load this .abhi file into
project "waggle-webmcp" for this session. Then call get_project_brief.

The agent must be able to read the attachment and provide its bytes as base64. The tool does not accept a local file path or download URL. Use the page's file picker if the chat cannot access the attachment.

See the portable memory format for archive structure and supported operations.

Your data and deployment options

Where you use WaggleWhere memory lives
Local MCP serverSQLite on your machine, at ~/.waggle/waggle.db by default.
Private browser importThis tab's sessionStorage; the importer does not upload the graph to Waggle's backend.
Hosted sample workspaceAn isolated, temporary server-side sample project; not an account-based cloud backup.
Self-hosted remote MCP serverYour configured Neo4j backend and infrastructure.

Browser lifetime. Private imports survive page reloads, and browser session restoration can preserve them. Use the workspace's Reset Demo control to explicitly clear the private copy and return to the sample project. Closing a chat conversation alone is not a guaranteed deletion signal. Browser storage is not encrypted by the importer.

AI services. Attaching a file in chat shares it with that chat provider. Memory returned through tool calls is also shared with the requesting AI service. Local storage does not mean that model inputs stay on your device.

Hosted preview. The public workspace is for trying the browser experience, not durable production storage. Its free hosting can pause when idle, take time to wake, and lose sample state on restart or redeployment. Opening it does not connect to your local Waggle database. The included SQLite preview configuration stores disposable state under /tmp, caps admission at 128 sessions per database, and rejects new sessions at capacity without evicting existing ones.

Self-hosting. The browser preview's governance backend currently requires SQLite. Remote MCP hosting with Neo4j is a separate configuration, not a drop-in replacement for that browser workflow. For remote deployment, configure HTTPS, authentication, persistent storage, and backups. Read the production deployment guide, security model, and hardening checklist before exposing a server publicly.

Development

Waggle uses Python for the memory engine and MCP server, and React/Vite for Graph Studio and the browser workspace.

git clone https://github.com/Abhigyan-Shekhar/Waggle-mcp.git
cd Waggle-mcp
python -m venv .venv
source .venv/bin/activate
# Windows PowerShell: .venv\Scripts\Activate.ps1
python -m pip install -e ".[dev]"

WAGGLE_MODEL=deterministic pytest -q
ruff check src/ tests/
ruff format --check src/ tests/

On PowerShell, set $env:WAGGLE_MODEL="deterministic" before running pytest -q. Deterministic embeddings keep tests offline; use the normal embedding model when evaluating semantic retrieval.

For frontend changes:

npm ci --prefix apps/mcp/graph-ui
npm run test:unit --prefix apps/mcp/graph-ui
npm run build --prefix apps/mcp/graph-ui

Documentation and contributing

  • Installation guides
  • Tool reference
  • Configuration
  • Portable memory format
  • Deployment and security
  • Contributing
  • Repository map
  • Report an issue

License

Waggle is open source under the Apache License 2.0.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

WAGGLE_TRANSPORTdefault: stdio

Transport mode for the MCP server.

WAGGLE_BACKENDdefault: sqlite

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

WAGGLE_DB_PATHdefault: ~/.waggle/memory.db

Path to the SQLite memory database when WAGGLE_BACKEND is sqlite.

WAGGLE_DEFAULT_TENANT_IDdefault: local-default

Default tenant ID for local or shared memory isolation.

WAGGLE_MODELdefault: all-MiniLM-L6-v2

Sentence-transformers model used for local embeddings.

Categories
AI & LLM Tools
Registryactive
Packagewaggle-mcp
TransportSTDIO
UpdatedApr 21, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
agentsafe-ai avatar
ToolTrust Scanner

agentsafe-ai/tooltrust-scanner

Scans MCP servers for prompt injection, data exfiltration, and privilege escalation.
16
e18e avatar
e18e

dev.e18e/e18e

The official e18e MCP server keeping your agent in check from installing bloated dependencies.
16
gambletan avatar
Cortex Memory Engine

gambletan/cortex

Local-first AI memory engine — 4-tier memory, people graph, Bayesian beliefs. Encrypted, 62µs.
16
vibetensor avatar
Attestix

vibetensor/attestix

AI agent identity, W3C credentials, EU AI Act compliance. 47 MCP tools.
16
amenophis1er avatar
Elefante

amenophis1er/elefante

Open, Git-native memory protocol for MCP agents. Portable, versioned, human-editable.
15
geeks-accelerator avatar
Inbed

io.github.geeks-accelerator/inbed

AI agent dating — personality matching, compatibility scoring, and real conversations on inbed.ai
15