Typed feature management for compose projects: roadmap, changelog, artifacts, journal.
claude mcp add compose-mcp -- npx -y @smartmemory/compose-mcp
claude_desktop_config.json
{
"mcpServers": {
"compose-mcp": {
"command": "npx",
"args": [
"-y",
"@smartmemory/compose-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"compose-mcp": {
"command": "npx",
"args": [
"-y",
"@smartmemory/compose-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"compose-mcp": {
"command": "npx",
"args": [
"-y",
"@smartmemory/compose-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"compose-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smartmemory/compose-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"compose-mcp": {
"command": "npx",
"args": [
"-y",
"@smartmemory/compose-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.smartmemory--compose-mcp/reviews or the review_server meta-tool.
POST /mcp