Steelmind
Rank #44,422io.github.stabgan/steelmind
MCP server providing steelmind capabilities
Steelmind is a Model Context Protocol (MCP) server published by stabgan. It ranks #44,422 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Steelmind is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 28, 2026 and most recently updated on Mar 28, 2026.
Ranks ahead of 71,169 of 115,591 servers on MCP Toplist.
Use Steelmind
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add steelmind -- npx -y @stabgan/steelmind-mcp[mcp_servers.steelmind]
command = "npx"
args = ["-y", "@stabgan/steelmind-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"steelmind": {
"command": "npx",
"args": [
"-y",
"@stabgan/steelmind-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"steelmind": {
"command": "npx",
"args": [
"-y",
"@stabgan/steelmind-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"steelmind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stabgan/steelmind-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"steelmind": {
"command": "npx",
"args": [
"-y",
"@stabgan/steelmind-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"steelmind": {
"command": "npx",
"args": [
"-y",
"@stabgan/steelmind-mcp"
]
}
}
}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.stabgan%2Fsteelmind)<a href="https://mcptoplist.com/server/io.github.stabgan%2Fsteelmind"><img src="https://mcptoplist.com/badge/io.github.stabgan%2Fsteelmind.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
stabgan
Other servers by stabgan
View all stabgan servers →Available versions (2)
| Version | Published |
|---|---|
| 2.0.1 | Mar 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Steelmind?
- Steelmind is maintained by stabgan, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Steelmind listed on the Official MCP Registry?
- Yes — Steelmind is listed on the Official MCP Registry, alongside Glama.
- How many versions does Steelmind have?
- MCP Toplist tracks 2 versions of Steelmind, most recently published on Mar 28, 2026.
- Where can I find the source code for Steelmind?
- The source code for Steelmind is hosted at github.com/stabgan/steelmind-mcp.