Sourcey
Rank #13,546io.github.sourcey/mcp-server
Stdio bridge to Sourcey startup offers and Agent Readiness report cards.
Sourcey is a Model Context Protocol (MCP) server published by sourcey. It ranks #13,546 of 130,576 servers tracked on MCP Toplist. Sourcey is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Jul 30, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 117,030 of 130,576 servers on MCP Toplist.
Use Sourcey
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http sourcey https://mcp.sourcey.com/mcpclaude mcp add sourcey -- npx -y @sourcey/mcp-server[mcp_servers.sourcey]
url = "https://mcp.sourcey.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.sourcey]
command = "npx"
args = ["-y", "@sourcey/mcp-server"]Add to ~/.codex/config.toml.
https://mcp.sourcey.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"sourcey": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sourcey": {
"url": "https://mcp.sourcey.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"sourcey": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sourcey": {
"type": "http",
"url": "https://mcp.sourcey.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"sourcey": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sourcey": {
"serverUrl": "https://mcp.sourcey.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sourcey": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sourcey": {
"url": "https://mcp.sourcey.com/mcp"
}
}
}{
"mcpServers": {
"sourcey": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}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.sourcey%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.sourcey%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.sourcey%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 130,576" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sourcey
Available versions (8)
| Version | Published |
|---|---|
| 1.0.1 | Sep 2, 2026 |
| 1.2.1 | Sep 2, 2026 |
| 1.0.0 | Aug 29, 2026 |
| 1.2.0 | Aug 29, 2026 |
| 1.1.1 | Aug 5, 2026 |
| 1.1.0 | Aug 4, 2026 |
| 1.0.7 | Jul 30, 2026 |
| 1.0.6 | Jul 30, 2026 |
Frequently asked questions
- Who maintains Sourcey?
- Sourcey is maintained by sourcey, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Sourcey listed on the Official MCP Registry?
- Yes — Sourcey is listed on the Official MCP Registry, alongside Glama.
- How many versions does Sourcey have?
- MCP Toplist tracks 8 versions of Sourcey, most recently published on Sep 2, 2026.
- Where can I find the source code for Sourcey?
- The source code for Sourcey is hosted at github.com/sourcey/startup-credits.
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.