MCP Server
io.github.n0zer0d4y/mercury-spec-ops MCP Server
io.github.n0zer0d4y/mercury-spec-ops
What is the io.github.n0zer0d4y/mercury-spec-ops MCP server?
Modular MCP server for dynamic prompt generation and software development analysis tools
How to install io.github.n0zer0d4y/mercury-spec-ops
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mercury-spec-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/mercury-spec-ops"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mercury-spec-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/mercury-spec-ops"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mercury-spec-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/mercury-spec-ops"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mercury-spec-ops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/mercury-spec-ops"
]
}
}
}Claude Code
claude mcp add mercury-spec-ops -- npx -y @n0zer0d4y/mercury-spec-opsRelated MCP servers
AI tech lead for coding agents with validation and impact analysis
View repository →MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.