Tugra
Rank #25,388com.tugra-ai/tugra
Provenance-aware memory format for AI agents: every claim carries its source, age and boundary.
Tugra is a Model Context Protocol (MCP) server published by dogrucanemek-alt. It ranks #25,388 of 115,460 servers tracked on MCP Toplist. Tugra is listed on Official MCP, with 1 tracked version. It was first listed on Aug 30, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 90,072 of 115,460 servers on MCP Toplist.
Use Tugra
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tugra -e "TUGRA_KASA=<your TUGRA_KASA>" -e "TUGRA_AKIS=<your TUGRA_AKIS>" -e "TUGRA_YETKI=<your TUGRA_YETKI>" -- npx -y tugraReplace each placeholder with your own value before saving.
[mcp_servers.tugra]
command = "npx"
args = ["-y", "tugra"]
[mcp_servers.tugra.env]
TUGRA_KASA = "<your TUGRA_KASA>"
TUGRA_AKIS = "<your TUGRA_AKIS>"
TUGRA_YETKI = "<your TUGRA_YETKI>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tugra": {
"command": "npx",
"args": [
"-y",
"tugra"
],
"env": {
"TUGRA_KASA": "<your TUGRA_KASA>",
"TUGRA_AKIS": "<your TUGRA_AKIS>",
"TUGRA_YETKI": "<your TUGRA_YETKI>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tugra": {
"command": "npx",
"args": [
"-y",
"tugra"
],
"env": {
"TUGRA_KASA": "<your TUGRA_KASA>",
"TUGRA_AKIS": "<your TUGRA_AKIS>",
"TUGRA_YETKI": "<your TUGRA_YETKI>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tugra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tugra"
],
"env": {
"TUGRA_KASA": "<your TUGRA_KASA>",
"TUGRA_AKIS": "<your TUGRA_AKIS>",
"TUGRA_YETKI": "<your TUGRA_YETKI>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tugra": {
"command": "npx",
"args": [
"-y",
"tugra"
],
"env": {
"TUGRA_KASA": "<your TUGRA_KASA>",
"TUGRA_AKIS": "<your TUGRA_AKIS>",
"TUGRA_YETKI": "<your TUGRA_YETKI>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tugra": {
"command": "npx",
"args": [
"-y",
"tugra"
],
"env": {
"TUGRA_KASA": "<your TUGRA_KASA>",
"TUGRA_AKIS": "<your TUGRA_AKIS>",
"TUGRA_YETKI": "<your TUGRA_YETKI>"
}
}
}
}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/com.tugra-ai%2Ftugra)<a href="https://mcptoplist.com/server/com.tugra-ai%2Ftugra"><img src="https://mcptoplist.com/badge/com.tugra-ai%2Ftugra.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dogrucanemek-alt
Other servers by dogrucanemek-alt
View all dogrucanemek-alt servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Tugra?
- Tugra is maintained by dogrucanemek-alt, which publishes 3 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Tugra listed on the Official MCP Registry?
- Yes — Tugra is listed on the Official MCP Registry.
- How many versions does Tugra have?
- MCP Toplist tracks 1 version of Tugra, most recently published on Aug 30, 2026.
- Where can I find the source code for Tugra?
- The source code for Tugra is hosted at github.com/dogrucanemek-alt/tugra.