MCP Server
MCP
DevSpeak
Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent
Install
npx -y @devspeak/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://devspeak.dev/mcp"
}
],
"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"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment