AI Context Flow MCP Server

Universal memory for AI agents and tools. Save, organize and search context anywhere. Its 7 documented tools cover memory, bucket, save. It is available as a remote MCP endpoint.

Teams that want a hosted memory endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 2 · #236 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

Python servers · how we verify → /methodology

01 · Install AI Context Flow

before you install - you'll need

Set HYDRA_ISSUER, MCP_RESOURCE_URL, BACKEND_API_URL before connecting.

Claude Code

claude mcp add web3-plurality-plurality-mcp-server --transport http https://app.plurality.network/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "web3-plurality-plurality-mcp-server": {
      "url": "https://app.plurality.network/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://app.plurality.network/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to app.plurality.network

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace network.plurality - domain-verified with the official MCP registry

03 · What AI Context Flow can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all memory buckets (organized folders) for the user, list stored items in a specific bucket (metadata only), read the full content of a stored item with pagination, and save text content to a specific memory bucket.

Capability map

Tools grouped from the project's README - what AI Context Flow lets an agent do.

Memory

5 tools - e.g. List all memory buckets (organized folders) for the user; List stored items in a specific bucket (metadata only); Semantic search across buckets with relevance scoring

get_user_memory_buckets · list_items_in_memory_bucket · search_memory · save_memory · create_memory_bucket

read & search

1 tool - e.g. Read the full content of a stored item with pagination

read_context

Save

1 tool - e.g. Save a conversation (chat history) to a memory bucket

save_conversation

Latest releases

v1.5.1 · 2026-06-09

1.5.1 (2026-06-09) · clarify language limits of semantic search and recommend manual retrieval for non-english queries

v1.5.0 · 2026-06-06

1.5.0 (2026-06-06) · replace tools module with expanded, robust memory-management mcp tools

v1.4.1 · 2026-05-13

1.4.1 (2026-05-13) · fallback to file upload when saving large raw text memories

04 · Who maintains AI Context Flow

AI Context Flow is maintained by web3-plurality. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
memory - ranked #236 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-06-09)
registry
network.plurality/ai-context-flow (active, first published 2026-05-14 · 2 versions)

06 · AI Context Flow FAQ

Is AI Context Flow still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can AI Context Flow do?

With this server connected, an agent can list all memory buckets (organized folders) for the user, list stored items in a specific bucket (metadata only), read the full content of a stored item with pagination, and save text content to a specific memory bucket.

How do I install AI Context Flow?

Run `claude mcp add web3-plurality-plurality-mcp-s --transport http https://app.plurality.network/mcp`. The README documents 3 environment variables (HYDRA_ISSUER, MCP_RESOURCE_URL, BACKEND_API_URL) to set first. Set HYDRA_ISSUER, MCP_RESOURCE_URL, BACKEND_API_URL before connecting. You can also paste the ready-made client config above.

Does AI Context Flow require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to AI Context Flow

Pairs well with

Servers that cover what AI Context Flow doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Aifp MCP · Cogmem · Lean Memory · Longhand · Agent Memory

More Python MCP servers · Webull OpenAPI · Cicada · Research Hub · Server 3daistudio · Isaacsim MCP Server · see all