Odel
Contextful

Contextful

Local
@inferensys4TypeScriptMITUpdated 3mo ago

Efficient context management: code search, evidence packs, and memory for coding agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@inferensys/contextfulv0.1.0

Run

npx -y @inferensys/contextful

MCP client config

{
  "mcpServers": {
    "contextful": {
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/contextful"
      ]
    }
  }
}