PluginBench
MCP Server
Maintained
MIT

Contextful MCP Server

io.github.Inferensys/contextful

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/contextful

Related MCP servers

Apollo.io MCP server for prospecting, enrichment, CRM, sequences, and outreach workflows

4
TypeScript
View repository →

dr-mcp

Maintained

Audits MCP configs, scores risk, and creates reversible repair plans.

0
TypeScript
MIT
View repository →
Contextful MCP Server | PluginBench