StackGuide MCP Server
Rank #15,235io.github.isucorp-taimiralain/stackguide-mcp
Dynamic context loading for AI assistants with TDD workflow and AST analysis
StackGuide MCP Server is a Model Context Protocol (MCP) server published by isucorp-taimiralain. It ranks #15,235 of 115,591 servers tracked on MCP Toplist. StackGuide MCP Server is listed across 2 registries — PulseMCP and Glama, with 4 tracked versions. It was first listed on Apr 24, 2026 and most recently updated on Apr 24, 2026.
Ranks ahead of 100,356 of 115,591 servers on MCP Toplist.
Use StackGuide MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add stackguide-mcp -- npx -y @stackguide/mcp-server[mcp_servers.stackguide-mcp]
command = "npx"
args = ["-y", "@stackguide/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"stackguide-mcp": {
"command": "npx",
"args": [
"-y",
"@stackguide/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"stackguide-mcp": {
"command": "npx",
"args": [
"-y",
"@stackguide/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"stackguide-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stackguide/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"stackguide-mcp": {
"command": "npx",
"args": [
"-y",
"@stackguide/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stackguide-mcp": {
"command": "npx",
"args": [
"-y",
"@stackguide/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.isucorp-taimiralain%2Fstackguide-mcp)<a href="https://mcptoplist.com/server/io.github.isucorp-taimiralain%2Fstackguide-mcp"><img src="https://mcptoplist.com/badge/io.github.isucorp-taimiralain%2Fstackguide-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
isucorp-taimiralain
Other servers by isucorp-taimiralain
View all isucorp-taimiralain servers →Available versions (4)
| Version | Published |
|---|---|
| 4.1.3 | Apr 24, 2026 |
| 4.1.2 | Apr 24, 2026 |
| 4.1.0 | Apr 24, 2026 |
| 4.0.1 | Apr 24, 2026 |
Frequently asked questions
- Who maintains StackGuide MCP Server?
- StackGuide MCP Server is maintained by isucorp-taimiralain, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is StackGuide MCP Server listed on the Official MCP Registry?
- StackGuide MCP Server is not on the Official MCP Registry. It is listed on PulseMCP and Glama.
- How many versions does StackGuide MCP Server have?
- MCP Toplist tracks 4 versions of StackGuide MCP Server, most recently published on Apr 24, 2026.
- Where can I find the source code for StackGuide MCP Server?
- The source code for StackGuide MCP Server is hosted at github.com/isucorp-taimiralain/stackguide-mcp.