Statewave

by smaramwbc

Not rated
GitHub

About

MCP server for Statewave, an open-source memory runtime for AI agents. Provides persistent memory, context retrieval, and memory compilation through the Model Context Protocol.

Details

Author
smaramwbc
Categories
AI, Knowledge Base

Setup

Install Statewave in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/smaramwbc/statewave-connectors

Follow the installation instructions in the repository README, then restart your MCP client.

Statewave MCP server — exposes Statewave memory to MCP-compatible clients (coding assistants, agent frameworks, IDE extensions).

Part of theStatewave Connectorsecosystem. Vendor-neutral by design — no IDE, model provider, or hosted dependency assumptions.

- STATEWAVE_MCP_TOOLS— the canonical tool surface (5 tools, JSON Schema input)
- StatewaveClient— thin HTTP client for the Statewave v1 API (auth, tenant, typed errors)
- dispatchTool— input-validating dispatcher that maps a tool call to aStatewaveClientmethod
- startMcpServer— minimal stdio JSON-RPC 2.0 transport, plus a--list-toolsmode

# As a CLI subcommand (via @statewavedev/connectors-cli) statewave-connectors mcp start --list-tools # print the JSON Schema surface and exit statewave-connectors mcp start # stdio JSON-RPC 2.0 server (requires STATEWAVE_URL) # Or programmatically inside an existing MCP runtime import { StatewaveClient, dispatchTool } from "@statewavedev/mcp-server"; const client = new StatewaveClient({ url: process.env.STATEWAVE_URL!, apiKey: process.env.STATEWAVE_API_KEY }); const { result } = await dispatchTool(client, "statewave_get_context", { subject: "repo:owner/name", query: "repo conventions and recent changes", });

v0.1.0preview — minimal stdio transport included. SeeRELEASE_NOTES.md.

Local Work Model for AI agents that learns from real outcomes.

Auditable, self-improving knowledge & memory for AI agents over MCP — citation-enforced answers and a replayable why-trace, self-hosted on Postgres.

Self-hosted MCP server giving AI agents persistent memory — Markdown source of truth, hybrid BM25+embedding search, typed graph relations.

MCP (Model Context Protocol) server that exposes 70 tools spanning cognitive memory, working memory, sessions, agents, the L0–L3 knowledge hierarchy, orchestration tasks, and training pipelines. The server speaks stdio and is consumed by Claude Desktop, Claude Code, OpenCodex, and any MCP-aware client.

Set up a private AI memory vault in about a minute. No migration, no setup call, no card required.

mem0-mcp-server — exposes Mem0 persistent semantic memory as an MCP HTTP server; supports add/search/read/update/delete operations and semantic search for agent memory.

Personal memory layer for AI assistants. Store, search and recall preferences, decisions and facts — available from any MCP-compatible client.

A living memory that decays, learns, and evolves with your AI.

Hosted MCP memory across Claude Code, Cursor, ChatGPT and any MCP client. Community-hosted instance of the MIT-licensed MemPalace engine. EU-hosted, GDPR-compliant. Free tier with 200 memories.

Long-term memory system for AI agents with semantic search, context management, and multi-format storage.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.