MCP टूल संदर्भ

एक start command.
साफ memory tools.

Setup एक बार चलाएं और AI tool restart करें. उसके बाद Engram MCP tools और startup guidance के रूप में दिखता है; जरूरत पड़ने पर नीचे focused tools देखें.

1. इंसान का काम

एक बार install करें

आप terminal में एक command चलाते हैं: npx engram-tools@0.3.6 --setup <api-key>. यह जहाँ संभव हो Claude Code, Cursor, Gemini, Antigravity, Codex, OpenCode, और VS Code/Copilot के लिए MCP config लिखता है.

$ npx -y engram-tools@0.3.6 --setup <api-key>
2. Agent का काम

AI app के अंदर tools call करें

आप shell में engram_start नहीं चलाते. Setup के बाद client agent को Engram tools और startup guidance दिखाता है. आप task सामान्य भाषा में बताते हैं; अगर client guidance miss करे तो छोटा context prompt एक बार paste करें.

आप: इस repo/task पर काम करें. Plan करने से पहले Engram context इस्तेमाल करें.
3. यह क्यों काम करता है

MCP Engram को tools की तरह expose करता है

Restart के बाद AI client Engram MCP server load करता है. Agent engram_start, engram_store, engram_recall जैसे tools, AGENTS.md guidance और Claude slash helpers देखता है.

Agent देखता है: engram_start, engram_store, engram_recall...

Client-specific config

Setup command इन्हें अपने-आप लिखता है. ये examples उन clients का exact format दिखाते हैं जो default JSON format इस्तेमाल नहीं करते.

Antigravity

Google का मौजूदा Gemini flow users को Antigravity में भेज सकता है. Engram shared Gemini config और Antigravity-specific files दोनों लिखता है.

// ~/.gemini/config/mcp_config.json
// ~/.gemini/antigravity/mcp_config.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": ["-y", "engram-tools", "mcp"]
}
}
}

OpenCode

OpenCode standard mcpServers shape की जगह command array इस्तेमाल करता है. Setup यह format अपने-आप लिखता है.

// ~/.config/opencode/opencode.json
{
"mcp": {
"engram": {
"type": "local",
"command": ["npx", "-y", "engram-tools", "mcp"],
"enabled": true
}
}
}

Codex

Codex TOML इस्तेमाल करता है. Engram सिर्फ engram table replace करता है और बाकी Codex config बचाकर रखता है.

# ~/.codex/config.toml
[mcp_servers.engram]
type = "stdio"
command = "npx"
args = ["-y", "engram-tools", "mcp"]

टूल्स

देखने के लिए एक टूल चुनें

मुख्य loop

Normal coding flow में इस्तेमाल होने वाले चार tools.

Advanced और checkpoint tools

इन्हें रखें, पर असली trigger हो तभी इस्तेमाल करें.

engram_start

Engram टूल: session शुरू करना.

जब agent को ज़रूरत हो तब उपयोग करें: session शुरू करना.

agent_tool
वैकल्पिक
string

इस tool call के लिए configuration value.

project
सुझाया गया
string

इस tool call के लिए configuration value.

repo
सुझाया गया
string

इस tool call के लिए configuration value.

role
वैकल्पिक
string

इस tool call के लिए configuration value.

market
वैकल्पिक
string

इस tool call के लिए configuration value.

task
सुझाया गया
string

इस tool call के लिए configuration value.

stack
वैकल्पिक
string[]

इस tool call के लिए configuration value.

context
वैकल्पिक
string

इस tool call के लिए configuration value.

include_skills
वैकल्पिक
boolean

इस tool call के लिए configuration value.

limit
वैकल्पिक
number

इस tool call के लिए configuration value.

सपोर्ट और फीडबैक

Engram को बेहतर बनाने में मदद करें

अगर setup confusing है, कोई tool अजीब behave करता है, या pricing limit गलत लगती है, यहाँ लिखें. Message सीधे हम तक आएगा.

सपोर्ट और फीडबैक

हम क्या सुधारें?

Bugs, confusing setup steps, pricing questions और product ideas सीधे Engram team तक जाते हैं.

10 और अक्षर चाहिए0/10