Gemina
Rank #23,137co.gemina/gemina
Extract, search and tag any document: invoices, receipts, contracts, templates. OAuth or API key.
Gemina is a Model Context Protocol (MCP) server published by tommyil. It ranks #23,137 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Gemina is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 27, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 92,454 of 115,591 servers on MCP Toplist.
Use Gemina
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gemina https://api.gemina.co/api/v1/mcp/[mcp_servers.gemina]
url = "https://api.gemina.co/api/v1/mcp/"Add to ~/.codex/config.toml.
https://api.gemina.co/api/v1/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gemina": {
"url": "https://api.gemina.co/api/v1/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gemina": {
"type": "http",
"url": "https://api.gemina.co/api/v1/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gemina": {
"serverUrl": "https://api.gemina.co/api/v1/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gemina": {
"url": "https://api.gemina.co/api/v1/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/co.gemina%2Fgemina)<a href="https://mcptoplist.com/server/co.gemina%2Fgemina"><img src="https://mcptoplist.com/badge/co.gemina%2Fgemina.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
tommyil
Available versions (3)
| Version | Published |
|---|---|
| 2.0.2 | Aug 29, 2026 |
| 2.0.1 | Aug 28, 2026 |
| 2.0.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains Gemina?
- Gemina is maintained by tommyil, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Gemina listed on the Official MCP Registry?
- Yes — Gemina is listed on the Official MCP Registry.
- How many versions does Gemina have?
- MCP Toplist tracks 3 versions of Gemina, most recently published on Aug 29, 2026.
- Where can I find the source code for Gemina?
- The source code for Gemina is hosted at github.com/tommyil/gemina-mcp.