AI Memory के लिए MCP Server: Alma को Claude Desktop और Cursor से कनेक्ट करें

अप्रैल 2026 · 6 min read · Developer

Claude Desktop, Cursor या Windsurf में पाँच मिनट में persistent memory जोड़ें @olivaresai/alma-mcp स्थापित करके। Server तथ्य बचाने, memories खोजने, संदर्भ assemble करने और AI पहचान configure करने के लिए 35 tools उजागर करता है। हर paid Alma plan पर काम करता है — आपका एकमात्र सेटअप अपनी API key के साथ एक JSON config file संपादित करना है।

Model Context Protocol (MCP) AI क्लाइंट्स को बाहरी tools और data sources से कनेक्ट करने देता है। Alma का MCP server Claude Desktop, Cursor, Windsurf, और किसी भी MCP-संगत क्लाइंट को persistent memory, संदर्भ संयोजन, और cognitive identity के लिए 35 tools तक पहुँच देता है।

मैं Alma MCP server को 5 मिनट में कैसे स्थापित करूँ?

चरण 1: alma.olivares.ai/settings से अपनी API key प्राप्त करें (API Keys tab)।

चरण 2: अपने Claude Desktop config में जोड़ें (claude_desktop_config.json):

{
  "mcpServers": {
    "alma": {
      "command": "npx",
      "args": ["-y", "@olivaresai/alma-mcp"],
      "env": { "ALMA_API_KEY": "your-api-key" }
    }
  }
}

चरण 3: Claude Desktop को पुनः आरंभ करें। Alma के 35 tools अब हर बातचीत में उपलब्ध हैं।

Alma MCP कनेक्ट होने पर AI क्या कर सकती है?

Memory tools: alma_remember, alma_recall, alma_search, alma_extract — बातचीतों के पार जानकारी बचाएँ और पुनः प्राप्त करें। आपकी AI आपकी प्राथमिकताओं, परियोजना निर्णयों, और व्यक्तिगत संदर्भ को याद रखती है।

संदर्भ संयोजन: alma_assemble आपकी memories, episodes, और soul blocks से एक पूर्ण संदर्भ prompt बनाता है। AI को हर बातचीत में आपकी पूर्ण cognitive profile मिलती है, बिना आपके कुछ दोहराए।

Soul प्रबंधन: alma_update_block आपको व्यक्तित्व, विशेषज्ञता, संचार शैली, और नियम configure करने देता है जो सभी बातचीतों में बने रहते हैं। यह एक one-time system prompt नहीं है — यह एक संरचित पहचान है जो आपके उपयोग के साथ विकसित होती है।

Code workspaces: रिपॉजिटरी अपलोड करें, files browse करें, और पूर्ण project संदर्भ के साथ 8 AI skills (explain, refactor, review, test, fix, document, search, commit) का उपयोग करें।

क्या Alma MCP server मुफ़्त उपयोग के लिए है?

MCP server सभी Alma plans पर काम करता है जिसमें मुफ़्त शामिल है। आपका plan memory limits (मुफ़्त पर 500, Pro पर 10K, Ultimate पर unlimited) और साप्ताहिक बजट निर्धारित करता है। MCP स्वयं की कोई अतिरिक्त restrictions नहीं हैं।

See plans