contextweaver
Rank #4,378io.github.dgenio/contextweaver
MCP gateway: bounded tool shortlists + artifact-backed result firewall. Deterministic, no model.
contextweaver is a Model Context Protocol (MCP) server published by dgenio. It ranks #4,378 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. contextweaver is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 28, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 111,082 of 115,460 servers on MCP Toplist.
Use contextweaver
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add contextweaver -- uvx contextweaver mcp serve --config[mcp_servers.contextweaver]
command = "uvx"
args = ["contextweaver", "mcp", "serve", "--config"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"contextweaver": {
"command": "uvx",
"args": [
"contextweaver",
"mcp",
"serve",
"--config"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"contextweaver": {
"command": "uvx",
"args": [
"contextweaver",
"mcp",
"serve",
"--config"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"contextweaver": {
"type": "stdio",
"command": "uvx",
"args": [
"contextweaver",
"mcp",
"serve",
"--config"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"contextweaver": {
"command": "uvx",
"args": [
"contextweaver",
"mcp",
"serve",
"--config"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"contextweaver": {
"command": "uvx",
"args": [
"contextweaver",
"mcp",
"serve",
"--config"
]
}
}
}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.dgenio%2Fcontextweaver)<a href="https://mcptoplist.com/server/io.github.dgenio%2Fcontextweaver"><img src="https://mcptoplist.com/badge/io.github.dgenio%2Fcontextweaver.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dgenio
Other servers by dgenio
View all dgenio servers →Available versions (2)
| Version | Published |
|---|---|
| 0.18.2 | Aug 29, 2026 |
| 0.14.1 | Jun 11, 2026 |
Frequently asked questions
- Who maintains contextweaver?
- contextweaver is maintained by dgenio, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is contextweaver listed on the Official MCP Registry?
- Yes — contextweaver is listed on the Official MCP Registry, alongside Glama.
- How many versions does contextweaver have?
- MCP Toplist tracks 2 versions of contextweaver, most recently published on Aug 29, 2026.
- Where can I find the source code for contextweaver?
- The source code for contextweaver is hosted at github.com/dgenio/contextweaver.