Download the PHP package kinetis/mcp-docs without Composer
On this page you can find all versions of the php package kinetis/mcp-docs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kinetis/mcp-docs
More information about kinetis/mcp-docs
Files in kinetis/mcp-docs
Package mcp-docs
Short Description A standalone Model Context Protocol server exposing the Kinetis documentation as MCP resources over stdio. Depends on no Kinetis package.
License MIT
Informations about the package mcp-docs
kinetis/mcp-docs
The Kinetis documentation, as an MCP server
Part of Kinetis, a non-blocking PHP framework for API-first applications, developed in the kinetis-dev/kinetis monorepo.
A Model Context Protocol server that
serves every page of the Kinetis documentation as a resource, so an
agent working in any codebase can read the framework's own docs instead
of answering from training data. It depends on no Kinetis package: the
pages are fetched as published markdown from the monorepo's main
branch.
For a server that exposes your own application's tools and resources,
install kinetis/mcp instead.
Setup
One command installs the server into its own directory and registers it with Claude Code:
Pass codex to register it with Codex instead:
It needs a running Docker daemon and the client's own CLI on your PATH —
no PHP or Composer of your own, and no sudo.
Running it directly
The binary speaks JSON-RPC over stdin and stdout, one message per line:
initialize, notifications/initialized, ping, resources/list and
resources/read, across protocol revisions 2024-11-05 through
2025-11-25. Register that command with any MCP client that launches a
server as a subprocess.
Requires PHP 8.4+. Full documentation: kinetis.dev/docs/mcp-docs.html.
License
MIT — see LICENSE.
All versions of mcp-docs with dependencies
symfony/http-client Version ^8.1.4
symfony/http-client-contracts Version ^3.7.1