Back to the catalog

io.github.mjaskolski/developer-toolkit-mcp

The documentation, as a tool your agent can call: 950+ AI-dev guides. Search + fetch tools.

Open source Repository Open in the app JSON README (API)

About

The documentation, as a tool your agent can call: 950+ AI-dev guides. Search + fetch tools.

Details

Kind
MCP servers
Topic
No topic detected
Publisher
mjaskolski
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Stars
1
Last push
2026-08-20T15:52:21Z
Repository state
ativo
Added
2026-08-29 04:00:50
Updated
2026-08-29 04:00:50
Origin id
io.github.mjaskolski/developer-toolkit-mcp

README

# 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](https://developertoolkit.ai). No account, no API key.

## Connect

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

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

Cursor (`.cursor/mcp.json`):

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

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

```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](https://wondel.ai) — product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.

More