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. Contextforge MCP
Contextforge MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 6:47:44 PM

Contextforge MCP

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
memorydeveloper-toolsgithubissues

Stores searchable project memory, Git history, projects, and issues for MCP-compatible coding assistants.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "alfredoizdev-contextforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "contextforge-mcp"
      ]
    }
  }
}

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

Install Tool Schemas (41) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The alfredoizdev/contextforge-mcp MCP server gives coding assistants persistent, searchable memory across sessions. It stores knowledge remotely through the ContextForge service, supports semantic queries, organizes data into spaces and projects, and can connect GitHub repositories to sync commits and pull requests. Issue tools cover creation, assignment, status changes, and recommendations. Reach for it when an assistant needs project context that survives sessions across Claude Desktop, Cursor, GitHub Copilot, or Windsurf.

Use cases

β€’Save architecture decisions across coding sessions
β€’Search project knowledge by meaning
β€’Sync GitHub commits and pull requests
β€’Organize memory across projects and spaces
β€’Track and assign development issues

Key features

β€’Persistent semantic memory
β€’Project and space organization
β€’GitHub repository synchronization
β€’Issue creation and status tracking
β€’Directory-to-project linking
β€’Batch memory operations

Capabilities & Tool Schemas (41) ~370 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Contextforge MCP.

memory_ingest

Save knowledge to memory

memory_query

Search your knowledge semantically

memory_list_items

List all stored items

memory_delete

Remove specific items

memory_ingest_batch

Save multiple items at once

memory_delete_batch

Delete items by filter

How Contextforge MCP works

What alfredoizdev/contextforge-mcp MCP server does

The alfredoizdev/contextforge-mcp MCP server connects MCP-compatible coding assistants to long-term project memory. Agents can save decisions, architecture notes, debugging details, and other knowledge, then retrieve related information with semantic search rather than relying only on exact keywords. Stored items can be listed, deleted individually, or processed in batches.

Memory is organized through spaces and projects. The available project operations can create or remove projects, associate a local directory with a project, show the active project, and move spaces between projects. This structure is useful when one developer or team works across multiple repositories or separate areas of knowledge.

The server also includes GitHub repository operations. An agent can connect and disconnect repositories, list connected repositories, enable or disable webhook activity, import existing history, and inspect synchronized commits and pull requests. Issue tools support listing and creating issues, starting work, resolving issues by identifier or title, assigning collaborators, and asking what to work on next.

How it works

The server runs locally as an MCP process while using the ContextForge service for the account and stored data. Clients start it with Node.js through npx, and authentication is supplied with the CONTEXTFORGE_API_KEY environment variable. A free tier is available, but an API key must be generated from the ContextForge website.

From version 0.5.1 onward, the server sends startup instructions when a client supports them. Claude Desktop and Claude Code can therefore load project memory at session start and save relevant decisions without additional editor rules. Clients that do not honor those instructions can use the init command to add explicit memory, session-presence, and startup-context rules to CLAUDE.md or .cursorrules.

The README describes a lean default tool exposure to reduce context usage, with a full mode available through CONTEXTFORGE_TOOLS=full. The supplied tool set covers memory, spaces, projects, GitHub synchronization, and issue tracking.

Setup and configuration

Install-on-demand configuration uses npx -y contextforge-mcp as the MCP command. Configure the command and CONTEXTFORGE_API_KEY in the client’s MCP settings, then restart the client. The documented clients include Claude Desktop, Claude Code, Cursor, and GitHub Copilot; the project description also names Windsurf as supported.

Generate the API key at contextforge.dev under Settings and API Keys. The key starts with cf_ according to the setup instructions. Node.js 20 or newer is required. A global npm installation is optional, while npx fetches the package when the client launches it.

Running npx contextforge-mcp init is recommended when explicit project instructions are useful. It detects Claude or Cursor project markers, or can target an editor with --editor=claude, --editor=cursor, or --editor=all. Re-running the command preserves existing sections and adds missing ones.

Limitations and notes

The server depends on the external ContextForge service and an account API key; it is not a standalone local memory database. Automatic startup behavior varies by client, so editor rule generation may still be needed for clients that do not process server instructions. Git synchronization requires connecting a GitHub repository before history, commit, pull-request, or webhook operations can provide repository data.

The project is open source under the MIT license. Its package requires Node.js 20 or newer, and its free tier is available without a credit card according to the README.

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 β†’
  • Shodh Memory logoShodh Memory

    Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single 15MB binary, runs offline on edge devices.

    🧠 Knowledge & Memory4 views
    Compare vs Shodh Memory β†’
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph β€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP β†’

Adoption & maintenance

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

GitHub stars
2
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
41
Callable tools this server registers over MCP.
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 Contextforge MCP

Configure your MCP client to run `npx -y contextforge-mcp`. The setup uses Node.js 20 or newer and fetches the package on demand.

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 PreviewContextforge MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/alfredoizdev-contextforge-mcp?style=directory)](https://allmcps.com/mcp/alfredoizdev-contextforge-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/alfredoizdev-contextforge-mcp"><img src="https://allmcps.com/api/badge/alfredoizdev-contextforge-mcp?style=directory" alt="Contextforge MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFreemium
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
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 stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 23, 2026
55Quality signal: Good Β· 55/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 & tools28/30
Adoption & activity3/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Β· contextforge-mcp (npm)

β˜… 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 Contextforge MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code