Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Basemouse Core
Basemouse Core logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 1:17:09 PM

Basemouse Core

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
memoryragknowledge-basedeveloper-tools

Versioned workspace memory over MCP with search, cited context packs, and document upserts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "basemouse-basemouse-core": {
      "url": "https://basemouse.com/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The basemouse/basemouse-core MCP server provides versioned document memory for agents through a hosted Streamable HTTP endpoint. Its MCP tools search a workspace, generate cited context packs, and upsert documents by stable ID. Anonymous requests can browse a public demo corpus, while authenticated requests use workspace scoping, quotas, and paid-plan access. Reach for it when agents need reusable project knowledge, provenance, document history, or a way to persist decisions across sessions.

Use cases

β€’Search shared project documentation from coding agents
β€’Generate cited context packs for agent prompts
β€’Persist agent decisions and session context
β€’Track document revisions and provenance
β€’Sync workspace notes into versioned memory

Key features

β€’MCP Streamable HTTP endpoint
β€’Lexical and hybrid document retrieval
β€’Cited context-pack generation
β€’Idempotent document upserts
β€’Version history and checksums
β€’Graph-aware document relationships

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Basemouse Core.

Extracted Tool Capabilities
MCP Streamable HTTP endpoint
Lexical and hybrid document retrieval
Cited context-pack generation
Idempotent document upserts
Version history and checksums
Graph-aware document relationships

How Basemouse Core works

What basemouse/basemouse-core MCP server does

BaseMouse stores documents and notes for workspaces and agents, then exposes those records through MCP. The service is designed to provide structured context rather than returning isolated search matches: context packs can include citations, provenance, document versions, checksums, relevance information, truncation details, agent instructions, and document relationships.

The basemouse/basemouse-core MCP server also supports writes through upsert_document. Agents can persist decisions or session context under a stable ID, with idempotent behavior when content is unchanged. The underlying REST API preserves append-only revisions, supports document history, and uses tombstones for deletion.

How it works

Connect an MCP client to https://basemouse.com/mcp using stateless Streamable HTTP and JSON-RPC. The available tools are search, get_context_pack, and upsert_document. Search and context-pack retrieval support lexical or hybrid retrieval, along with type and tag filters.

Hybrid retrieval combines term overlap, one-hop graph expansion through document links, and a local hashed-feature vector signal. The vector calculation runs offline in Node and does not use an external vector database, paid embedding API, or network call. Results include per-signal retrieval details explaining why a document appeared. The vector component can be disabled with BASEMOUSE_VECTOR_RETRIEVAL=off while retaining lexical and graph retrieval.

Setup and configuration

Use the hosted MCP endpoint with an MCP client. Claude Code can be configured with an HTTP transport and an Authorization: Bearer bm_... header. The repository also includes a zero-dependency Node CLI that can print configuration for Claude Code, Cursor, Windsurf, Codex CLI, Gemini CLI, Grok CLI, AWS Kiro, and Google Antigravity. SSE-only clients can use the generated mcp-remote setup.

Unauthenticated MCP requests return HTTP 401 with a WWW-Authenticate header, but the public demo corpus remains available. Cursor Marketplace Connect can begin an OAuth flow; users can paste an existing BaseMouse key on the consent page or continue with the public demo. Config-file clients send the bearer header directly.

For self-hosting or local development, the repository provides a Node application, Dockerfile, Docker Compose examples, seed data, and local development commands. Without DATABASE_URL, it uses an in-memory seed store. With a managed Postgres connection, it provides durable storage for private workspaces; DATABASE_CA_CERT can supply a private certificate authority when required.

Tools and capabilities

  • Search workspace documents with lexical or hybrid retrieval.
  • Generate agent-ready context packs with citations and provenance.
  • Upsert documents idempotently from an agent.
  • Preserve document versions, checksums, and revision history.
  • Follow outbound document links and resolved related records.
  • Browse the public demo corpus without authentication.

Limitations and notes

The basemouse/basemouse-core MCP server is connected to a hosted service with paid plans, quotas, and authentication for private workspace operations. Anonymous access is limited to the public demo corpus. Hybrid vector retrieval is based on local hashed token features, not a semantic embedding model, so it should not be treated as equivalent to model-generated semantic search.

The repository includes additional REST endpoints, a web interface, Slack integration, import and workspace-sync scripts, and evaluation tooling. Those components are part of the broader project but are not additional MCP tools listed for the endpoint. Database-backed persistence requires configuration of the database connection; otherwise local operation falls back to in-memory seed data.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Krimto logoKrimto

    Open-source team memory layer for AI coding agents. Markdown files in git as storage, a user→team→org hierarchy as the access primitive, and one cross-vendor MCP server (Claude Code, Cursor, Codex, Gemini CLI). Hybrid SQLite + sqlite-vec retrieval. Apache-2.0.

    🧠 Knowledge & Memory3 views
    Compare vs Krimto β†’
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

Last commit
10d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Basemouse Core

Connect an MCP client to https://basemouse.com/mcp using Streamable HTTP. Private workspace access uses a BaseMouse bearer key; anonymous access is limited to the public demo corpus.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBasemouse Core AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/basemouse-basemouse-core?style=directory)](https://allmcps.com/mcp/basemouse-basemouse-core)
HTML Embed
<a href="https://allmcps.com/mcp/basemouse-basemouse-core"><img src="https://allmcps.com/api/badge/basemouse-basemouse-core?style=directory" alt="Basemouse Core on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFreemium
More technical detailsExpand β–Ύ
TransportSSE (Remote)
AuthAPI key
ClientsCursor, Windsurf, Cline / VS Code
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit10d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 1, 2026
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Basemouse Core β†’Install in Claude DesktopInstall in CursorInstall in VS Code