contextforge-mcp
Rank #5,970io.github.alfredoizdev/contextforge-mcp
Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.
contextforge-mcp is a Model Context Protocol (MCP) server published by alfredoizdev. It ranks #5,970 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. contextforge-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 18 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 126,076 of 132,046 servers on MCP Toplist.
Use contextforge-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add contextforge-mcp -e "CONTEXTFORGE_API_KEY=<your CONTEXTFORGE_API_KEY>" -e "CONTEXTFORGE_API_URL=<your CONTEXTFORGE_API_URL>" -- npx -y contextforge-mcpReplace each placeholder with your own value before saving.
[mcp_servers.contextforge-mcp]
command = "npx"
args = ["-y", "contextforge-mcp"]
[mcp_servers.contextforge-mcp.env]
CONTEXTFORGE_API_KEY = "<your CONTEXTFORGE_API_KEY>"
CONTEXTFORGE_API_URL = "<your CONTEXTFORGE_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"contextforge-mcp": {
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<your CONTEXTFORGE_API_KEY>",
"CONTEXTFORGE_API_URL": "<your CONTEXTFORGE_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"contextforge-mcp": {
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<your CONTEXTFORGE_API_KEY>",
"CONTEXTFORGE_API_URL": "<your CONTEXTFORGE_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"contextforge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<your CONTEXTFORGE_API_KEY>",
"CONTEXTFORGE_API_URL": "<your CONTEXTFORGE_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"contextforge-mcp": {
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<your CONTEXTFORGE_API_KEY>",
"CONTEXTFORGE_API_URL": "<your CONTEXTFORGE_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"contextforge-mcp": {
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<your CONTEXTFORGE_API_KEY>",
"CONTEXTFORGE_API_URL": "<your CONTEXTFORGE_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alfredoizdev%2Fcontextforge-mcp)<a href="https://mcptoplist.com/server/io.github.alfredoizdev%2Fcontextforge-mcp"><img src="https://mcptoplist.com/badge/io.github.alfredoizdev%2Fcontextforge-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
alfredoizdev
Available versions (18)
| Version | Published |
|---|---|
| 0.11.0 | Sep 4, 2026 |
| 0.10.0 | Sep 3, 2026 |
| 0.9.0 | Sep 3, 2026 |
| 0.8.0 | Sep 3, 2026 |
| 0.6.0 | Aug 27, 2026 |
| 0.5.2 | Aug 26, 2026 |
| 0.5.1 | Aug 26, 2026 |
| 0.5.0 | Jul 23, 2026 |
| 0.4.1 | Jul 14, 2026 |
| 0.3.1 | Jul 7, 2026 |
| 0.3.0 | Jul 7, 2026 |
| 0.2.1 | Jul 2, 2026 |
| 0.2.0 | Jun 2, 2026 |
| 0.1.81 | May 22, 2026 |
| 0.1.80 | May 22, 2026 |
| 0.1.79 | May 22, 2026 |
| 0.1.78 | May 20, 2026 |
| 0.1.77 | May 20, 2026 |
Frequently asked questions
- Who maintains contextforge-mcp?
- contextforge-mcp is maintained by alfredoizdev, which publishes 1 MCP server (18 total versions) tracked on MCP Toplist.
- Is contextforge-mcp listed on the Official MCP Registry?
- Yes — contextforge-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does contextforge-mcp have?
- MCP Toplist tracks 18 versions of contextforge-mcp, most recently published on Sep 4, 2026.
- Where can I find the source code for contextforge-mcp?
- The source code for contextforge-mcp is hosted at github.com/alfredoizdev/contextforge-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.