Mindforge runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 10 Sep 2026.
Read the MindForge engine over MCP: knowledge graph, project health, and audit log.
We read the source, 20 h ago · rules 3dff92dd89df
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.
const fullPath = path.isAbsolute(filePath) ? filePath : path.join(cwd, filePath);
const child = spawn(process.execPath, ['-e', `
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add mindforge -- npx -y mindforge-mcp-server
{
"mcpServers": {
"mindforge": {
"args": [
"-y",
"mindforge-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mindforge]
command = "npx"
args = ["-y", "mindforge-mcp-server"]
{
"mcpServers": {
"mindforge": {
"args": [
"-y",
"mindforge-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mindforge": {
"args": [
"-y",
"mindforge-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CLAUDE_PROJECT_DIR (Absolute path to the project whose .mindforge/ and .planning/ the server reads. Defaults to the current working directory if unset.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)
A committed markdown dev log and task graph that agents read and write over MCP.
Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.
Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.
Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.
Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper
Production-grade MCP Gateway in Go with RBAC, in-flight PII redaction, and audit logging.
Read a project's prompts, logs and agents, and send new work to the agent on your own machines.
Answers built from our own checks of this server.