DevSpeak✓
io.github.juanjaragavi/devspeak · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.juanjaragavi/devspeak",
"description": "Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent",
"title": "DevSpeak",
"repository": {
"url": "https://github.com/juanjaragavi/devspeak",
"source": "github",
"subfolder": "packages/devspeak-mcp"
},
"version": "1.0.3",
"websiteUrl": "https://www.devspeak.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@devspeak/mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "DevSpeak API key. Generate one from Settings → API Keys in the DevSpeak dashboard.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DEVSPEAK_API_KEY"
},
{
"description": "Optional DevSpeak API base URL override. Leave unset to use https://www.devspeak.dev.",
"format": "string",
"name": "DEVSPEAK_API_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://devspeak.dev/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}