PluginBench
MCP Server

io.github.thomasjumper/stremai MCP Server

io.github.thomasjumper/stremai

What is the io.github.thomasjumper/stremai MCP server?

One brain for all your coding agents. Shared memory across Claude Code, Codex, and Cursor.

How to install io.github.thomasjumper/stremai

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stremai": {
      "command": "npx",
      "args": [
        "-y",
        "aiagentsbay-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "stremai": {
      "command": "npx",
      "args": [
        "-y",
        "aiagentsbay-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "stremai": {
      "command": "npx",
      "args": [
        "-y",
        "aiagentsbay-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "stremai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aiagentsbay-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add stremai -- npx -y aiagentsbay-mcp

Related MCP servers

Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

View repository →