Growmos
Rank #6,596com.codician/growmos
Living knowledge graph for your repo: query with citations, remember/link facts, fact-check claims.
Growmos is a Model Context Protocol (MCP) server published by codician-team. It ranks #6,596 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Growmos is listed on Official MCP, with 1 tracked version. It was first listed on Aug 17, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 108,995 of 115,591 servers on MCP Toplist.
Use Growmos
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add growmos -- uvx growmos mcp[mcp_servers.growmos]
command = "uvx"
args = ["growmos", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"growmos": {
"command": "uvx",
"args": [
"growmos",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"growmos": {
"command": "uvx",
"args": [
"growmos",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"growmos": {
"type": "stdio",
"command": "uvx",
"args": [
"growmos",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"growmos": {
"command": "uvx",
"args": [
"growmos",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"growmos": {
"command": "uvx",
"args": [
"growmos",
"mcp"
]
}
}
}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.codician%2Fgrowmos)<a href="https://mcptoplist.com/server/com.codician%2Fgrowmos"><img src="https://mcptoplist.com/badge/com.codician%2Fgrowmos.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
codician-team
Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | Aug 17, 2026 |
Frequently asked questions
- Who maintains Growmos?
- Growmos is maintained by codician-team, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Growmos listed on the Official MCP Registry?
- Yes — Growmos is listed on the Official MCP Registry.
- How many versions does Growmos have?
- MCP Toplist tracks 1 version of Growmos, most recently published on Aug 17, 2026.
- Where can I find the source code for Growmos?
- The source code for Growmos is hosted at github.com/codician-team/growmos.