Context Foundry
Rank #14,778io.github.context-foundry/context-foundry
MCP server providing context-foundry capabilities
Context Foundry is a Model Context Protocol (MCP) server published by context-foundry. It ranks #14,778 of 132,046 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. Context Foundry is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Oct 20, 2025 and most recently updated on Nov 25, 2025.
Ranks ahead of 117,268 of 132,046 servers on MCP Toplist.
Use Context Foundry
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add context-foundry -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- uvx context-foundryReplace each placeholder with your own value before saving.
[mcp_servers.context-foundry]
command = "uvx"
args = ["context-foundry"]
[mcp_servers.context-foundry.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"context-foundry": {
"command": "uvx",
"args": [
"context-foundry"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"context-foundry": {
"command": "uvx",
"args": [
"context-foundry"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"context-foundry": {
"type": "stdio",
"command": "uvx",
"args": [
"context-foundry"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"context-foundry": {
"command": "uvx",
"args": [
"context-foundry"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"context-foundry": {
"command": "uvx",
"args": [
"context-foundry"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}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.context-foundry%2Fcontext-foundry)<a href="https://mcptoplist.com/server/io.github.context-foundry%2Fcontext-foundry"><img src="https://mcptoplist.com/badge/io.github.context-foundry%2Fcontext-foundry.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
context-foundry
Available versions (2)
| Version | Published |
|---|---|
| 2.2.1 | Nov 25, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Context Foundry?
- Context Foundry is maintained by context-foundry, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Context Foundry listed on the Official MCP Registry?
- Yes — Context Foundry is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Context Foundry have?
- MCP Toplist tracks 2 versions of Context Foundry, most recently published on Nov 25, 2025.
- Where can I find the source code for Context Foundry?
- The source code for Context Foundry is hosted at github.com/context-foundry/context-foundry.
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.