Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"specforge": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"SPECS_DIR": "${pluginDir}/specs"
}
}
}
}Server configuration and connection parameters
node${pluginDir}Command-line arguments passed to the server process
Environment variables set when the server starts
SPECS_DIR=${pluginDir}/specsnpx claudepluginhub krisarmstrong/language-specs-mcp