mcpbeat Sign in

Contextful MCP Server

local only

Contextful runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 23 May 2026.

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

Installs per day peak 13 · avg 7 · +91% w/w
a month agotoday
41
Installs / week
npm · @inferensys/contextful
4
Stars
0 open issues
23 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/files.ts:74
    const absolutePath = path.join(workspace, relativePath);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add contextful -- npx -y @inferensys/contextful
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contextful": {
      "args": [
        "-y",
        "@inferensys/contextful"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.contextful]
command = "npx"
args = ["-y", "@inferensys/contextful"]
.cursor/mcp.json
{
  "mcpServers": {
    "contextful": {
      "args": [
        "-y",
        "@inferensys/contextful"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "contextful": {
      "args": [
        "-y",
        "@inferensys/contextful"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Contextful

same job, measured the same way
ivygrep
by bvolpato

Local code search and task context packs for coding agents

local only
Repomemory
by danielguru

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

85 installs/wk local only
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

11 481 installs/wk local only
Maguyva
by maguyva

Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

answering
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

430 installs/wk local only

Contextful — questions

Answers built from our own checks of this server.

Why is there no uptime for Contextful?
Contextful runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @inferensys/contextful was installed 41 times last week.
How do I connect Contextful?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @inferensys/contextful straight from npm; nothing to host, nothing to sign up for.
How many people use Contextful?
The npm package @inferensys/contextful was installed 41 times in the last week. Week over week that is +91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Contextful open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.