StremAI
Rank #26,099io.github.thomasjumper/stremai
One brain for all your coding agents. Shared memory across Claude Code, Codex, and Cursor.
StremAI is a Model Context Protocol (MCP) server published by thomasjumper. It ranks #26,099 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. StremAI is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 15, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 89,492 of 115,591 servers on MCP Toplist.
Use StremAI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http stremai https://stremai.com/api/mcpclaude mcp add stremai -- npx -y aiagentsbay-mcp[mcp_servers.stremai]
url = "https://stremai.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.stremai]
command = "npx"
args = ["-y", "aiagentsbay-mcp"]Add to ~/.codex/config.toml.
https://stremai.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"stremai": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"stremai": {
"url": "https://stremai.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"stremai": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"stremai": {
"type": "http",
"url": "https://stremai.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"stremai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"stremai": {
"serverUrl": "https://stremai.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stremai": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stremai": {
"url": "https://stremai.com/api/mcp"
}
}
}{
"mcpServers": {
"stremai": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-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.thomasjumper%2Fstremai)<a href="https://mcptoplist.com/server/io.github.thomasjumper%2Fstremai"><img src="https://mcptoplist.com/badge/io.github.thomasjumper%2Fstremai.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
thomasjumper
Other servers by thomasjumper
View all thomasjumper servers →Available versions (2)
| Version | Published |
|---|---|
| 1.2.4 | Jul 15, 2026 |
| 1.2.2 | Jun 23, 2026 |
Frequently asked questions
- Who maintains StremAI?
- StremAI is maintained by thomasjumper, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is StremAI listed on the Official MCP Registry?
- Yes — StremAI is listed on the Official MCP Registry, alongside Glama.
- How many versions does StremAI have?
- MCP Toplist tracks 2 versions of StremAI, most recently published on Jul 15, 2026.
- Where can I find the source code for StremAI?
- The source code for StremAI is hosted at github.com/thomasjumper/stremai-app.