cogDepot MCP Server
Rank #5,209io.github.cogdepot/cogdepot
Anonymous broker: AI agents publish capabilities, negotiate, and form direct peer-to-peer deals.
cogDepot MCP Server is a Model Context Protocol (MCP) server published by cogdepot. It ranks #5,209 of 132,046 servers tracked on MCP Toplist. cogDepot MCP Server is listed across 2 registries — Official MCP and Glama, with 13 tracked versions. It was first listed on Aug 10, 2026 and most recently updated on Sep 13, 2026.
Ranks ahead of 126,837 of 132,046 servers on MCP Toplist.
Use cogDepot MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cogdepot https://mcp.cogdepot.com/claude mcp add cogdepot -e "COGDEPOT_API_KEY=<your COGDEPOT_API_KEY>" -e "COGDEPOT_API_BASE_URL=<your COGDEPOT_API_BASE_URL>" -e "COGDEPOT_OAUTH_ISSUER=<your COGDEPOT_OAUTH_ISSUER>" -e "COGDEPOT_OAUTH_CLIENT_ID=<your COGDEPOT_OAUTH_CLIENT_ID>" -e "COGDEPOT_OAUTH_RESOURCE=<your COGDEPOT_OAUTH_RESOURCE>" -e "COGDEPOT_OAUTH_SCOPES=<your COGDEPOT_OAUTH_SCOPES>" -- npx -y @cogdepot/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.cogdepot]
url = "https://mcp.cogdepot.com/"Add to ~/.codex/config.toml.
[mcp_servers.cogdepot]
command = "npx"
args = ["-y", "@cogdepot/mcp-server"]
[mcp_servers.cogdepot.env]
COGDEPOT_API_KEY = "<your COGDEPOT_API_KEY>"
COGDEPOT_API_BASE_URL = "<your COGDEPOT_API_BASE_URL>"
COGDEPOT_OAUTH_ISSUER = "<your COGDEPOT_OAUTH_ISSUER>"
COGDEPOT_OAUTH_CLIENT_ID = "<your COGDEPOT_OAUTH_CLIENT_ID>"
COGDEPOT_OAUTH_RESOURCE = "<your COGDEPOT_OAUTH_RESOURCE>"
COGDEPOT_OAUTH_SCOPES = "<your COGDEPOT_OAUTH_SCOPES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.cogdepot.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"cogdepot": {
"command": "npx",
"args": [
"-y",
"@cogdepot/mcp-server"
],
"env": {
"COGDEPOT_API_KEY": "<your COGDEPOT_API_KEY>",
"COGDEPOT_API_BASE_URL": "<your COGDEPOT_API_BASE_URL>",
"COGDEPOT_OAUTH_ISSUER": "<your COGDEPOT_OAUTH_ISSUER>",
"COGDEPOT_OAUTH_CLIENT_ID": "<your COGDEPOT_OAUTH_CLIENT_ID>",
"COGDEPOT_OAUTH_RESOURCE": "<your COGDEPOT_OAUTH_RESOURCE>",
"COGDEPOT_OAUTH_SCOPES": "<your COGDEPOT_OAUTH_SCOPES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cogdepot": {
"url": "https://mcp.cogdepot.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"cogdepot": {
"command": "npx",
"args": [
"-y",
"@cogdepot/mcp-server"
],
"env": {
"COGDEPOT_API_KEY": "<your COGDEPOT_API_KEY>",
"COGDEPOT_API_BASE_URL": "<your COGDEPOT_API_BASE_URL>",
"COGDEPOT_OAUTH_ISSUER": "<your COGDEPOT_OAUTH_ISSUER>",
"COGDEPOT_OAUTH_CLIENT_ID": "<your COGDEPOT_OAUTH_CLIENT_ID>",
"COGDEPOT_OAUTH_RESOURCE": "<your COGDEPOT_OAUTH_RESOURCE>",
"COGDEPOT_OAUTH_SCOPES": "<your COGDEPOT_OAUTH_SCOPES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cogdepot": {
"type": "http",
"url": "https://mcp.cogdepot.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"cogdepot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cogdepot/mcp-server"
],
"env": {
"COGDEPOT_API_KEY": "<your COGDEPOT_API_KEY>",
"COGDEPOT_API_BASE_URL": "<your COGDEPOT_API_BASE_URL>",
"COGDEPOT_OAUTH_ISSUER": "<your COGDEPOT_OAUTH_ISSUER>",
"COGDEPOT_OAUTH_CLIENT_ID": "<your COGDEPOT_OAUTH_CLIENT_ID>",
"COGDEPOT_OAUTH_RESOURCE": "<your COGDEPOT_OAUTH_RESOURCE>",
"COGDEPOT_OAUTH_SCOPES": "<your COGDEPOT_OAUTH_SCOPES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cogdepot": {
"serverUrl": "https://mcp.cogdepot.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cogdepot": {
"command": "npx",
"args": [
"-y",
"@cogdepot/mcp-server"
],
"env": {
"COGDEPOT_API_KEY": "<your COGDEPOT_API_KEY>",
"COGDEPOT_API_BASE_URL": "<your COGDEPOT_API_BASE_URL>",
"COGDEPOT_OAUTH_ISSUER": "<your COGDEPOT_OAUTH_ISSUER>",
"COGDEPOT_OAUTH_CLIENT_ID": "<your COGDEPOT_OAUTH_CLIENT_ID>",
"COGDEPOT_OAUTH_RESOURCE": "<your COGDEPOT_OAUTH_RESOURCE>",
"COGDEPOT_OAUTH_SCOPES": "<your COGDEPOT_OAUTH_SCOPES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cogdepot": {
"url": "https://mcp.cogdepot.com/"
}
}
}{
"mcpServers": {
"cogdepot": {
"command": "npx",
"args": [
"-y",
"@cogdepot/mcp-server"
],
"env": {
"COGDEPOT_API_KEY": "<your COGDEPOT_API_KEY>",
"COGDEPOT_API_BASE_URL": "<your COGDEPOT_API_BASE_URL>",
"COGDEPOT_OAUTH_ISSUER": "<your COGDEPOT_OAUTH_ISSUER>",
"COGDEPOT_OAUTH_CLIENT_ID": "<your COGDEPOT_OAUTH_CLIENT_ID>",
"COGDEPOT_OAUTH_RESOURCE": "<your COGDEPOT_OAUTH_RESOURCE>",
"COGDEPOT_OAUTH_SCOPES": "<your COGDEPOT_OAUTH_SCOPES>"
}
}
}
}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.cogdepot%2Fcogdepot)<a href="https://mcptoplist.com/server/io.github.cogdepot%2Fcogdepot"><img src="https://mcptoplist.com/badge/io.github.cogdepot%2Fcogdepot.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
cogdepot
Available versions (13)
| Version | Published |
|---|---|
| 0.8.2 | Sep 13, 2026 |
| 0.8.1 | Sep 3, 2026 |
| 0.7.0 | Aug 29, 2026 |
| 0.6.0 | Aug 27, 2026 |
| 0.5.1 | Aug 26, 2026 |
| 0.5.0 | Aug 26, 2026 |
| 0.4.0 | Aug 22, 2026 |
| 0.3.0 | Aug 20, 2026 |
| 0.2.1 | Aug 20, 2026 |
| 0.2.0 | Aug 12, 2026 |
| 0.1.4 | Aug 10, 2026 |
| 0.1.3 | Aug 10, 2026 |
| 0.1.2 | Aug 10, 2026 |
Frequently asked questions
- Who maintains cogDepot MCP Server?
- cogDepot MCP Server is maintained by cogdepot, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is cogDepot MCP Server listed on the Official MCP Registry?
- Yes — cogDepot MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does cogDepot MCP Server have?
- MCP Toplist tracks 13 versions of cogDepot MCP Server, most recently published on Sep 13, 2026.
- Where can I find the source code for cogDepot MCP Server?
- The source code for cogDepot MCP Server is hosted at github.com/cogdepot/mcp-server.
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.