Persistent AI memory layer for developers. Never re-explain your stack to AI tools again. Conxt captures your decisions, coding rules, preferences, tool choices, and workflows across Claude, ChatGPT, Gemini, Cursor, and Windsurf — and surfaces them automatically at the start of every new session. **8 MCP tools:** - [get_context](cci:1://file:///c:/Users/pgava/Projects/conxt-engine/conxt_mcp/tools.py:223:0-255:52) — load relevant memories for the current task - [get_memories](cci:1://file:///c:/Users/pgava/Projects/conxt-engine/conxt_mcp/tools.py:258:0-351:53) — list memories with type/source/date filters - [get_pinned](cci:1://file:///c:/Users/pgava/Projects/conxt-engine/conxt_mcp/tools.py:390:0-412:60) — fetch your pinned memories - [search_decisions](cci:1://file:///c:/Users/pgava/Projects/conxt-engine/conxt_mcp/tools.py:354:0-387:53) — search decisions and coding rules by topic - [add_memory](cci:1://file:///c:/Users/pgava/Projects/conxt-engine/conxt_mcp/tools.py:415:0-457:47) — save a new memory from any session - [list_my_teams](cci:1://file:///c:/Users/pgava/Projects/conxt-engine/conxt_mcp/tools.py:462:0-518:47) — list your team workspaces - [get_team_memories](cci:1://file:///c:/Users/pgava/Projects/conxt-engine/conxt_mcp/tools.py:521:0-571:58) — read shared team memories - [add_team_memory](cci:1://file:///c:/Users/pgava/Projects/conxt-engine/conxt_mcp/tools.py:574:0-625:52) — write to a team workspace **Setup:** Generate an API key at [conxt.dev/dashboard](https://conxt.dev/dashboard) → Settings → API Keys. Takes 2 minutes. Free tier: 200 memories. Pro: $9/mo. Team: $25/seat.
How to connect
https://server.smithery.ai/pgavali0318/conxt/mcp
curl -X POST https://server.smithery.ai/pgavali0318/conxt/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'