mcpbeat Sign in

Stackguide MCP Server

by taimiralain Your server? Claim it
local only

Stackguide MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from npm. Last commit 30 Jul 2026.

Dynamic context loading for AI assistants with TDD workflow and AST analysis

Installs per day peak 63 · avg 15 · +10% w/w
a month agotoday
83
Installs / week
npm · @stackguide/mcp-server
1
Stars
0 open issues
30 Jul 2026
Last commit
0 releases in 90 days
GPL-3.0
License
TypeScript

What the code does

We read the source, 17 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/handlers/agent.ts:187, src/handlers/workflow.ts:28
  const backendExists = fs.existsSync(path.join(projectPath, backendDir)) || backendDir === '.';

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 stackguide-mcp -- npx -y @stackguide/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stackguide-mcp": {
      "args": [
        "-y",
        "@stackguide/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stackguide-mcp]
command = "npx"
args = ["-y", "@stackguide/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "stackguide-mcp": {
      "args": [
        "-y",
        "@stackguide/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stackguide-mcp": {
      "args": [
        "-y",
        "@stackguide/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Stackguide MCP

same job, measured the same way
Stackguide MCP
by isucorp-taimiralain

Dynamic context loading for AI assistants with TDD workflow and AST analysis

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Orbit
by constellation-works

Orbit's local-first task and workflow registry for coding agents.

624 installs/wk local only
I
Egnyte AI Samples
by sachin-shetty

Secure integration between AI tools and Egnyte content with search, analysis, and workflow tools.

local only
Gha Intel
by barissozudogru

Workflow timing analysis, configuration audit and billing insight for GitHub Actions.

25 installs/wk local only
N
Todoist
by todoist

Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.

answering
Stashbase
by stashbase

Secrets for developers and agents—secure context and workflows without exposing secret values.

answering

Stackguide MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Stackguide MCP?
Stackguide MCP 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 @stackguide/mcp-server was installed 83 times last week.
How do I connect Stackguide MCP?
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 @stackguide/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Stackguide MCP?
The npm package @stackguide/mcp-server was installed 83 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stackguide MCP open source?
Yes — it is published under the GPL-3.0 licence, written in TypeScript and 1 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.