@tyk-technologies/docs-mcp

0.1.0-rc6 • Public • Published

Tyk Docs MCP Server

This is a pre-built Model Context Protocol (MCP) server for Tyk documentation, designed to enable AI assistants to search the Tyk API Management documentation using natural language queries.

Built on top of the @buger/probe-docs-mcp project, this package comes with Tyk’s documentation already bundled, offering a plug-and-play experience.

Usage

You can run the Tyk Docs MCP Server with npx:

npx -y @tyk-technologies/docs-mcp@latest

This will start a local MCP server with a tool named search_tyk_docs, exposing the Tyk documentation to connected AI assistants.

If you are using MCP JSON configuration you can use this snippet:

"mcpServers": {
    ...
    "tyk-docs-search": {
      "command": "npx",
      "args": [
        "-y",
        "@tyk-technologies/docs-mcp@latest"
      ],
      "enabled": true
    }
    ...
}

Configuration

No configuration is required. All content and settings (tool name, description, source) are pre-bundled.

Default Tool Settings

If needed, you can fork this project and modify the configuration in docs-mcp.config.json before rebuilding and publishing your own version.

Built With

This server is built using the Probe Docs MCP project.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i @tyk-technologies/docs-mcp

Weekly Downloads

4

Version

0.1.0-rc6

License

MIT

Unpacked Size

4.36 MB

Total Files

499

Last publish

Collaborators

  • mitjaziv
  • tyk-ui
  • lonelycode
  • ahluvchynskyi_tyk
  • jay-deshmukh
  • ifrim
  • ilijabojanovic
  • sredxny
  • tbuchaillot
  • maciejwojciechowski
  • alephnull
  • pvormste
  • bojank
  • komalsukhani
  • asoorm
  • konrad-sol
  • sedkis
  • stephan-tyk
  • gowtham-tyk
  • kofoworola
  • umitunal
  • andrei.tyk
  • dletyk
  • jeffy-mathew
  • buger
  • mojacore
  • davegarvey