Platform
Rank #3,292io.github.GCTRL-TECH/gctrl
Governed graph-native agent memory: knowledge extraction, fusion, hybrid RAG, scoped access tokens.
Platform is a Model Context Protocol (MCP) server published by GCTRL-TECH. It ranks #3,292 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Platform is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 19, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 128,754 of 132,046 servers on MCP Toplist.
Use Platform
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gctrl -e "GCTRL_GATEWAY_URL=<your GCTRL_GATEWAY_URL>" -e "GCTRL_API_URL=<your GCTRL_API_URL>" -e "GCTRL_API_TOKEN=<your GCTRL_API_TOKEN>" -- npx -y gctrl-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gctrl]
command = "npx"
args = ["-y", "gctrl-mcp"]
[mcp_servers.gctrl.env]
GCTRL_GATEWAY_URL = "<your GCTRL_GATEWAY_URL>"
GCTRL_API_URL = "<your GCTRL_API_URL>"
GCTRL_API_TOKEN = "<your GCTRL_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gctrl": {
"command": "npx",
"args": [
"-y",
"gctrl-mcp"
],
"env": {
"GCTRL_GATEWAY_URL": "<your GCTRL_GATEWAY_URL>",
"GCTRL_API_URL": "<your GCTRL_API_URL>",
"GCTRL_API_TOKEN": "<your GCTRL_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gctrl": {
"command": "npx",
"args": [
"-y",
"gctrl-mcp"
],
"env": {
"GCTRL_GATEWAY_URL": "<your GCTRL_GATEWAY_URL>",
"GCTRL_API_URL": "<your GCTRL_API_URL>",
"GCTRL_API_TOKEN": "<your GCTRL_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gctrl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gctrl-mcp"
],
"env": {
"GCTRL_GATEWAY_URL": "<your GCTRL_GATEWAY_URL>",
"GCTRL_API_URL": "<your GCTRL_API_URL>",
"GCTRL_API_TOKEN": "<your GCTRL_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gctrl": {
"command": "npx",
"args": [
"-y",
"gctrl-mcp"
],
"env": {
"GCTRL_GATEWAY_URL": "<your GCTRL_GATEWAY_URL>",
"GCTRL_API_URL": "<your GCTRL_API_URL>",
"GCTRL_API_TOKEN": "<your GCTRL_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gctrl": {
"command": "npx",
"args": [
"-y",
"gctrl-mcp"
],
"env": {
"GCTRL_GATEWAY_URL": "<your GCTRL_GATEWAY_URL>",
"GCTRL_API_URL": "<your GCTRL_API_URL>",
"GCTRL_API_TOKEN": "<your GCTRL_API_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.GCTRL-TECH%2Fgctrl)<a href="https://mcptoplist.com/server/io.github.GCTRL-TECH%2Fgctrl"><img src="https://mcptoplist.com/badge/io.github.GCTRL-TECH%2Fgctrl.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
GCTRL-TECH
Available versions (3)
| Version | Published |
|---|---|
| 1.2.0 | Aug 25, 2026 |
| 1.1.0 | Aug 23, 2026 |
| 1.0.1 | Jul 19, 2026 |
Frequently asked questions
- Who maintains Platform?
- Platform is maintained by GCTRL-TECH, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Platform listed on the Official MCP Registry?
- Yes — Platform is listed on the Official MCP Registry.
- How many versions does Platform have?
- MCP Toplist tracks 3 versions of Platform, most recently published on Aug 25, 2026.
- Where can I find the source code for Platform?
- The source code for Platform is hosted at github.com/GCTRL-TECH/platform.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.