YAAC
Rank #4,299io.github.amyodov/yet-another-agentic-chat
Messaging between concurrent AI coding sessions, across clients, over MCP. Zero infrastructure.
YAAC is a Model Context Protocol (MCP) server published by amyodov. It ranks #4,299 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. YAAC is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Sep 1, 2026.
Ranks ahead of 127,747 of 132,046 servers on MCP Toplist.
Use YAAC
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yet-another-agentic-chat -- uvx yet-another-agentic-chat[mcp_servers.yet-another-agentic-chat]
command = "uvx"
args = ["yet-another-agentic-chat"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"yet-another-agentic-chat": {
"command": "uvx",
"args": [
"yet-another-agentic-chat"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"yet-another-agentic-chat": {
"command": "uvx",
"args": [
"yet-another-agentic-chat"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"yet-another-agentic-chat": {
"type": "stdio",
"command": "uvx",
"args": [
"yet-another-agentic-chat"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"yet-another-agentic-chat": {
"command": "uvx",
"args": [
"yet-another-agentic-chat"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"yet-another-agentic-chat": {
"command": "uvx",
"args": [
"yet-another-agentic-chat"
]
}
}
}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.amyodov%2Fyet-another-agentic-chat)<a href="https://mcptoplist.com/server/io.github.amyodov%2Fyet-another-agentic-chat"><img src="https://mcptoplist.com/badge/io.github.amyodov%2Fyet-another-agentic-chat.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
amyodov
Available versions (7)
| Version | Published |
|---|---|
| 0.5.3 | Sep 1, 2026 |
| 0.5.2 | Aug 30, 2026 |
| 0.5.1 | Aug 30, 2026 |
| 0.5.0 | Aug 29, 2026 |
| 0.4.1 | Aug 29, 2026 |
| 0.4.0 | Aug 29, 2026 |
| 0.3.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains YAAC?
- YAAC is maintained by amyodov, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is YAAC listed on the Official MCP Registry?
- Yes — YAAC is listed on the Official MCP Registry, alongside Glama.
- How many versions does YAAC have?
- MCP Toplist tracks 7 versions of YAAC, most recently published on Sep 1, 2026.
- Where can I find the source code for YAAC?
- The source code for YAAC is hosted at github.com/amyodov/yet-another-agentic-chat.
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.