Fossick
Rank #35,372io.github.Lipdog/fossick
Search all of GitHub from your AI agent — find libraries, drill into repos, find code patterns.
Fossick is a Model Context Protocol (MCP) server published by lipdog. It ranks #35,372 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Fossick is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 1, 2026 and most recently updated on Apr 13, 2026.
Ranks ahead of 80,219 of 115,591 servers on MCP Toplist.
Use Fossick
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fossick -- uvx fossick-mcp[mcp_servers.fossick]
command = "uvx"
args = ["fossick-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"fossick": {
"command": "uvx",
"args": [
"fossick-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"fossick": {
"command": "uvx",
"args": [
"fossick-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"fossick": {
"type": "stdio",
"command": "uvx",
"args": [
"fossick-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"fossick": {
"command": "uvx",
"args": [
"fossick-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"fossick": {
"command": "uvx",
"args": [
"fossick-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/io.github.Lipdog%2Ffossick)<a href="https://mcptoplist.com/server/io.github.Lipdog%2Ffossick"><img src="https://mcptoplist.com/badge/io.github.Lipdog%2Ffossick.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
lipdog
Other servers by lipdog
View all lipdog servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Apr 13, 2026 |
Frequently asked questions
- Who maintains Fossick?
- Fossick is maintained by lipdog, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is Fossick listed on the Official MCP Registry?
- Yes — Fossick is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Fossick have?
- MCP Toplist tracks 1 version of Fossick, most recently published on Apr 13, 2026.
- Where can I find the source code for Fossick?
- The source code for Fossick is hosted at github.com/lipdog/fossick-mcp.