CogSession
Rank #19,601io.github.premanand8800/cogsession
Session memory for AI coding agents: records decisions and dead ends, flags what went stale.
CogSession is a Model Context Protocol (MCP) server published by premanand8800. It ranks #19,601 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. CogSession is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 29, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 112,445 of 132,046 servers on MCP Toplist.
Use CogSession
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cogsession -- uvx cogsession[mcp_servers.cogsession]
command = "uvx"
args = ["cogsession"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cogsession": {
"command": "uvx",
"args": [
"cogsession"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cogsession": {
"command": "uvx",
"args": [
"cogsession"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cogsession": {
"type": "stdio",
"command": "uvx",
"args": [
"cogsession"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cogsession": {
"command": "uvx",
"args": [
"cogsession"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cogsession": {
"command": "uvx",
"args": [
"cogsession"
]
}
}
}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.premanand8800%2Fcogsession)<a href="https://mcptoplist.com/server/io.github.premanand8800%2Fcogsession"><img src="https://mcptoplist.com/badge/io.github.premanand8800%2Fcogsession.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
premanand8800
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 29, 2026 |
Frequently asked questions
- Who maintains CogSession?
- CogSession is maintained by premanand8800, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is CogSession listed on the Official MCP Registry?
- Yes — CogSession is listed on the Official MCP Registry, alongside Glama.
- How many versions does CogSession have?
- MCP Toplist tracks 1 version of CogSession, most recently published on Aug 29, 2026.
- Where can I find the source code for CogSession?
- The source code for CogSession is hosted at github.com/premanand8800/cogsession.
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.