Skip to content
MCP ThesaurusMCP Thesaurus

developer toolkit mcp

CommunityIncomplete39/100Claim

streamable-httpupdated 19d ago

The documentation, as a tool your agent can call.

SourceWebsite1

What can you do with 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.