← Back to Plugins
MCP Server MCP

DevSpeak

github By github 👁 1 views ▲ 0 votes

Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...