Open Source API and AI Gateway supporting REST, GraphQL, TCP, gRPC and MCP (Model Context Protocol)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
- ✓Documented (README)
- !Licence file present but not machine-readable
git clone https://github.com/TykTechnologies/tyk{
"mcpServers": {
"tyk": {
"command": "tyk"
}
}
}MCP Servers overview


[](https://app.fossa.io/projects/git%2Bgithub.com%2FTykTechnologies%2Ftyk?ref=badge_shield)
[](https://github.com/TykTechnologies/tyk/releases)
[](https://github.com/TykTechnologies/tyk/releases)
[](https://hub.docker.com/r/tykio/tyk-gateway/)
[](https://github.com/TykTechnologies/tyk/actions/workflows/ci-tests.yml)
[](https://goreportcard.com/report/github.com/TykTechnologies/tyk)

[](https://github.com/TykTechnologies/tyk/stargazers)
[](https://github.com/TykTechnologies/tyk/fork)

---
[Documentation](https://tyk.io/docs/) | [MCP Gateway](https://tyk.io/tyk-mcp-gateway/) | [AI Gateway](https://tyk.io/tyk-ai-studio/) | [Forum](https://community.tyk.io) | [Blog](https://tyk.io/blog/) | [About](https://tyk.io)
# Tyk API Gateway
**Tyk Gateway** is the cloud-native, open source, enterprise-ready API and AI Gateway supporting REST, GraphQL, TCP, gRPC and MCP (Model Context Protocol).
Built from the ground up, as the [fastest API Gateway](https://tyk.io/performance-benchmarks/) on the planet since 2014.
_Tyk Gateway_ is provided ‘Batteries-included’, with no feature lockout. Enabling your organization to rate limit, auth, gather analytics, apply microservice patterns [and more](#open-source-api-gateway-features) with ease.
There are three different ways you can [try Tyk]( https://tyk.io/docs):
<table>
<tr>
<td>
<center>
</center>
</br>Everything you need to manage APIs using Tyk Open Source. Follow the simple Get Started guide below 👇
</td>
<td>
<center>
</center>
</br>The Enterprise API Management platform: Management Control Plane with GUI & Developer Portal.
</br><a href="https://tyk.io/docs/tyk-self-managed/">Tyk Self Managed</a>
</td>
<td>
<center>
</center>
</br>The Enterprise API Management SaaS platform: hosted Management Control Plane with GUI & Developer Portal.
</br><a href="https://tyk.io/docs/deployment-and-operations/tyk-cloud-platform/quick-start">Tyk Cloud </a>
</td>
</tr>
</table>
---
## Get Started
We’ll install Tyk, add auth, analytics, quotas and rate limiting to your API in under 5 minutes.
We recommend [Tyk Gateway Docker](https://github.com/TykTechnologies/tyk-gateway-docker#start-up-the-deployment) as the quickest way to get started now. Later, you can move to one of our other [supported distributions](https://tyk.io/docs/apim/open-source/installation/) if you prefer.
#### Step 1 - Clone the docker-compose repository
```console
git clone https://github.com/TykTechnologies/tyk-gateway-docker
```
#### Step 2 - Change to the new directory
```console
cd tyk-gateway-docker
```
#### Step 3 - Deploy Tyk Gateway and Redis
```console
docker-compose up
```
You can run this in detach mode using the `-d` flag: `docker-compose up -d`
**Congratulations, you’re done!**
Your Tyk Gateway is now configured and ready to use. Confirm this by checking against the ‘hello’ endpoint:
```console
curl localhost:8080/hello
```
Output:
```json
{"status": "pass", "version": "v3.2.1", "description": "Tyk GW"}
```
Next, visit [adding your first API](https://tyk.io/docs/getting-started/create-api/) to Tyk and follow the Open Source instructions.
---
Other Installations are available:
1. [Docker](https://tyk.io/docs/tyk-oss/ce-docker/)
2. [Kubernetes-Native ](https://github.com/TykTechnologies/tyk-oss-k8s-deployment)
3. [Kubernetes-Helm](https://github.com/TykTechnologies/tyk-helm-chart#install-tyk-community-edition)
4. [Ansible](https://tyk.io/docs/tyk-oss/ce-ansible/)
5. [Red Hat](https://tyk.io/docs/tyk-oss/ce-redhat/)
6. [Ubuntu](https://tyk.io/docs/tyk-oss/ce-ubuntu/)
7. [CentOS](https://tyk.io/docs/tyk-oss/ce-centos/)
8. [Compile Tyk from Source](#compiling-tyk-gateway)
### Getting started with AI Gateway for LLM and MCP
Tyk Gateway governs MCP traffic from AI agents, applying authentication, rate limiting and per-tool access control to every JSON-RPC call. [Tyk AI Studio](https://tyk.io/tyk-ai-studio/) handles LLM management, with model routing, budgets and guardrails across providers. Start at the [AI management overview](https://tyk.io/docs/ai-management/overview).
## Open Source API Gateway Features
Use any protocol: REST (with native [OpenAPI support](https://tyk.io/docs/api-management/gateway-config-tyk-oas)), SOAP, [GraphQL](https://tyk.io/docs/api-management/graphql), [gRPC](https://tyk.io/docs/key-concepts/grpc-proxy/), [TCP](https://tyk.io/docs/key-concepts/tcp-proxy/), and [MCP](https://tyk.io/docs/ai-management/mcp-gateway/overview).
[MCP Gateway](https://tyk.io/docs/ai-management/mcp-gateway/overview): Put the gateway in front of remote [Model Context Protocol](https://modelcontextprotocol.io) servers so AI agent traffic is authenticated, rate limited and auditable. Tyk parses JSON-RPC 2.0 and applies policy per tool, resource and prompt rather than treating MCP as opaque HTTP.
[API to MCP](https://tyk.io/docs/ai-management/mcps/api-to-mcp): Generate an MCP proxy directly from a REST API in Tyk Gateway, without building or hosting a separate MCP server.
Industry Standard Authentication: [JWT,](https://tyk.io/docs/basic-config-and-security/security/authentication-authorization/json-web-tokens) [bearer Tokens](https://tyk.io/docs/api-management/authentication/bearer-token/), [Basic Auth](https://tyk.io/docs/api-management/authentication/basic-authentication/), [Client Certificates](https://tyk.io/docs/api-management/authentication/certificate-auth/) and more.
[Open API Standards:](https://tyk.io/docs/getting-started/using-oas-definitions/import-an-oas-api/) Import your Swagger and OpenAPI Documents (OAS 2.X and OAS 3.0.1) to scaffold APIs in Tyk.
[Ultra performant](https://tyk.io/performance-tuning-your-tyk-api-gateway/): Low latency, and thousands of rps with just a single CPU, horizontally and vertically scalable.
[Content mediation](https://tyk.io/docs/advanced-configuration/transform-traffic/): Transform all the things, from request or response headers to converting between SOAP and GraphQL.
[Extensible Plugin Architecture](https://tyk.io/docs/plugins/): Customize Tyk’s middleware chain by writing plugins in your language of choice - from Python to Javascript to Go, or any language which supports gRPC.
[Rate Limiting](https://tyk.io/docs/basic-config-and-security/control-limit-traffic/rate-limiting/#setting-rate-limits-in-the-tyk-community-edition-gateway-ce) & Quotas: Protect your upstreams from becoming overloaded and/or apply limits for each consumer.
[API Versioning](https://tyk.io/docs/tyk-apis/tyk-gateway-api/api-definition-objects/versioning-endpoint/) - API Versions can be easily set and sunset (deprecated) at a specific time and date.
[Granular Access Control](https://tyk.io/docs/security/security-policies/secure-apis-method-path/) - Grant access to one or more APIs on a per version and operation basis.
[Blocklist](https://tyk.io/docs/advanced-configuration/transform-traffic/endpoint-designer/#blocklist)/[Allowlist](https://tyk.io/docs/advanced-configuration/transform-traffic/endpoint-designer/#allowlist)/[Ignore](https://tyk.io/docs/advanced-configuration/transform-traffic/endpoint-designer/#ignore) endpoint access - Enforce strict security models on a version-by-version basis to your access points.
Analytics logging - Record detailed usage data on who is using your APIs (raw data only)
[CORS](https://tyk.io/docs/tyk-apis/tyk-gateway-api/api-definition-objects/cors/) - Enable CORS for certain APIs so users can make browser-based requests
[Webhooks](https://tyk.io/docs/basic-config-and-security/report-monitor-trigger-events/webhooks/) - Trigger webhooks against events such as Quota Violations and Authentication failures
[IP AllowListing](https://tyk.io/docs/tyk-apis/tyk-gateway-api/api-definition-objects/ip-whitelisting/) - Block access to non-trusted IP addresses for more secure interactions
[Hitless reloads](https://tyk.io/docs/tyk-configuration-reference/hot-restart-tyk-gateway-process/) - Tyk configurations can be altered dynamically and the service restarted without affecting any active request
[Kubernetes native](https://tyk.io/docs/tyk-oss/ce-helm-chart/) declarative API: using Open Source [Tyk Operator](https://github.com/TykTechnologies/tyk-operator) (more info in OSS section)

Tyk Technologies uses the same API Gateway for all it’s applications. Protecting, securing, and processing APIs for thousands of organizations and businesses around the world. Ideal for Open Banking, building software in the clouds as well as exposing APIs to teams, partners & consumers.
## Tyk OSS Integrations
Tyk TechnologiWhat people ask about tyk
What is TykTechnologies/tyk?
+
TykTechnologies/tyk is mcp servers for the Claude AI ecosystem. Open Source API and AI Gateway supporting REST, GraphQL, TCP, gRPC and MCP (Model Context Protocol) It has 10.8k GitHub stars and its last recorded update is dated 2026-09-21.
How do I install tyk?
+
You can install tyk by cloning the repository (https://github.com/TykTechnologies/tyk) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is TykTechnologies/tyk safe to use?
+
Our security agent has analyzed TykTechnologies/tyk and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains TykTechnologies/tyk?
+
TykTechnologies/tyk is maintained by TykTechnologies. The last recorded GitHub activity is dated 2026-09-21, with 508 open issues.
Are there alternatives to tyk?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy tyk to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/tyktechnologies-tyk)<a href="https://claudewave.com/repo/tyktechnologies-tyk"><img src="https://claudewave.com/api/badge/tyktechnologies-tyk" alt="Featured on ClaudeWave: TykTechnologies/tyk" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.