tyrekick
Rank #10,741io.github.richardofortune/tyrekick
Read and resolve human feedback pinned on your live prototype, straight from your coding agent.
tyrekick is a Model Context Protocol (MCP) server published by richardofortune. It ranks #10,741 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. tyrekick is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 8, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 104,719 of 115,460 servers on MCP Toplist.
Use tyrekick
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add tyrekick -e "TYREKICK_URL=<your TYREKICK_URL>" -e "TYREKICK_TOKEN=<your TYREKICK_TOKEN>" -- npx -y tyrekick-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tyrekick]
command = "npx"
args = ["-y", "tyrekick-mcp"]
[mcp_servers.tyrekick.env]
TYREKICK_URL = "<your TYREKICK_URL>"
TYREKICK_TOKEN = "<your TYREKICK_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tyrekick": {
"command": "npx",
"args": [
"-y",
"tyrekick-mcp"
],
"env": {
"TYREKICK_URL": "<your TYREKICK_URL>",
"TYREKICK_TOKEN": "<your TYREKICK_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tyrekick": {
"command": "npx",
"args": [
"-y",
"tyrekick-mcp"
],
"env": {
"TYREKICK_URL": "<your TYREKICK_URL>",
"TYREKICK_TOKEN": "<your TYREKICK_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tyrekick": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tyrekick-mcp"
],
"env": {
"TYREKICK_URL": "<your TYREKICK_URL>",
"TYREKICK_TOKEN": "<your TYREKICK_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tyrekick": {
"command": "npx",
"args": [
"-y",
"tyrekick-mcp"
],
"env": {
"TYREKICK_URL": "<your TYREKICK_URL>",
"TYREKICK_TOKEN": "<your TYREKICK_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tyrekick": {
"command": "npx",
"args": [
"-y",
"tyrekick-mcp"
],
"env": {
"TYREKICK_URL": "<your TYREKICK_URL>",
"TYREKICK_TOKEN": "<your TYREKICK_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.richardofortune%2Ftyrekick)<a href="https://mcptoplist.com/server/io.github.richardofortune%2Ftyrekick"><img src="https://mcptoplist.com/badge/io.github.richardofortune%2Ftyrekick.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
richardofortune
Other servers by richardofortune
View all richardofortune servers →Available versions (3)
| Version | Published |
|---|---|
| 0.3.1 | Aug 7, 2026 |
| 0.3.0 | Jul 24, 2026 |
| 0.2.0 | Jul 8, 2026 |
Frequently asked questions
- Who maintains tyrekick?
- tyrekick is maintained by richardofortune, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is tyrekick listed on the Official MCP Registry?
- Yes — tyrekick is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does tyrekick have?
- MCP Toplist tracks 3 versions of tyrekick, most recently published on Aug 7, 2026.
- Where can I find the source code for tyrekick?
- The source code for tyrekick is hosted at github.com/richardofortune/tyrekick.