What is the Contextful MCP server?
Efficient context management: code search, evidence packs, and memory for coding agents.
How to install Contextful
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"contextful": {
"command": "npx",
"args": [
"-y",
"@inferensys/contextful"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"contextful": {
"command": "npx",
"args": [
"-y",
"@inferensys/contextful"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contextful": {
"command": "npx",
"args": [
"-y",
"@inferensys/contextful"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"contextful": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inferensys/contextful"
]
}
}
}Claude Code
claude mcp add contextful -- npx -y @inferensys/contextfulRelated MCP servers
Apollo.io MCP Server
Maintained
Apollo.io MCP server for prospecting, enrichment, CRM, sequences, and outreach workflows
4
View repository →TypeScript
dr-mcp
Maintained
Audits MCP configs, scores risk, and creates reversible repair plans.
0
View repository →TypeScript
MIT