跳到正文
MCP ThesaurusMCP Thesaurus

developer toolkit mcp

社区Incomplete39/100认领

streamable-httpupdated 19d ago

The documentation, as a tool your agent can call.

源码官网1

developer toolkit mcp 能做什么?

AI Developer Toolkit MCP

The documentation, as a tool your agent can call.

Your agent already guesses at Cursor flags, Claude Code hooks and Codex config. Point it here instead and it reads the guide — mid-prompt, without you leaving the editor. A public, read-only MCP endpoint over 950+ guides on AI-assisted development, in EN and PL, from developertoolkit.ai. No account, no API key.

Connect

A remote HTTP server — nothing to install, nothing to keep running.

claude mcp add --transport http dtk https://developertoolkit.ai/mcp

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "dtk": {
      "type": "http",
      "url": "https://developertoolkit.ai/mcp"
    }
  }
}

Codex (~/.codex/config.toml):

[mcp_servers.dtk]
url = "https://developertoolkit.ai/mcp"

Any MCP client that speaks Streamable HTTP works — including ChatGPT connectors, where you paste the endpoint URL directly.

Tools

Tool In Out
search { query } { results: [{ id, title, url, snippet, lang }] } — ranked across both languages; a Polish query returns Polish articles.
fetch { id } { id, title, text, url, metadata } — the complete article as markdown, not an extract.

Corpus: every guide on developertoolkit.ai — Cursor, Claude Code and OpenAI Codex, from first setup through hooks, MCP, testing, CI and deployment — rebuilt on each deploy. Both tools are read-only.

Info: https://developertoolkit.ai/en/mcp/ · Contact: contact@wondel.ai · Wondel.ai — product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.