[{"data":1,"prerenderedAt":687},["ShallowReactive",2],{"mdc--h1xtpk-key":3},{"data":4,"body":5},{},{"type":6,"children":7},"root",[8,17,34,41,63,69,76,89,124,137,156,162,176,184,190,195,205,224,230,236,435,456,462,569,575,644,650,682],{"type":9,"tag":10,"props":11,"children":13},"element","h1",{"id":12},"ide-integrations",[14],{"type":15,"value":16},"text","IDE Integrations",{"type":9,"tag":18,"props":19,"children":20},"p",{},[21,23,32],{"type":15,"value":22},"Cognova uses ",{"type":9,"tag":24,"props":25,"children":29},"a",{"href":26,"rel":27},"https:\u002F\u002Fmodelcontextprotocol.io",[28],"nofollow",[30],{"type":15,"value":31},"MCP (Model Context Protocol)",{"type":15,"value":33}," as its single integration layer. Every IDE and AI agent that supports MCP can connect to your workspace — no SDKs, no REST APIs, just one protocol endpoint.",{"type":9,"tag":35,"props":36,"children":38},"h2",{"id":37},"how-it-works",[39],{"type":15,"value":40},"How It Works",{"type":9,"tag":18,"props":42,"children":43},{},[44,46,53,55,61],{"type":15,"value":45},"Your workspace exposes an MCP server at ",{"type":9,"tag":47,"props":48,"children":50},"code",{"className":49},[],[51],{"type":15,"value":52},"https:\u002F\u002Fcognova.dev\u002Fmcp",{"type":15,"value":54},". Authenticate with an ",{"type":9,"tag":24,"props":56,"children":58},{"href":57},"\u002Fdocs\u002Fapi-keys",[59],{"type":15,"value":60},"API key",{"type":15,"value":62},", and your client automatically discovers all available tools, resources, and capabilities.",{"type":9,"tag":35,"props":64,"children":66},{"id":65},"choose-your-setup",[67],{"type":15,"value":68},"Choose Your Setup",{"type":9,"tag":70,"props":71,"children":73},"h3",{"id":72},"plugin-claude-code-recommended",[74],{"type":15,"value":75},"Plugin — Claude Code (recommended)",{"type":9,"tag":18,"props":77,"children":78},{},[79,81,87],{"type":15,"value":80},"The Cognova plugin includes ",{"type":9,"tag":82,"props":83,"children":84},"strong",{},[85],{"type":15,"value":86},"automated hooks",{"type":15,"value":88}," that make your workspace proactive:",{"type":9,"tag":90,"props":91,"children":92},"ul",{},[93,104,114],{"type":9,"tag":94,"props":95,"children":96},"li",{},[97,102],{"type":9,"tag":82,"props":98,"children":99},{},[100],{"type":15,"value":101},"Memory recall",{"type":15,"value":103}," — silently searches memories for project context on session start",{"type":9,"tag":94,"props":105,"children":106},{},[107,112],{"type":9,"tag":82,"props":108,"children":109},{},[110],{"type":15,"value":111},"Auto-remember",{"type":15,"value":113}," — stores design decisions, patterns, and gotchas at end of turn",{"type":9,"tag":94,"props":115,"children":116},{},[117,122],{"type":9,"tag":82,"props":118,"children":119},{},[120],{"type":15,"value":121},"Duplicate guard",{"type":15,"value":123}," — checks for existing tasks before creating new ones",{"type":9,"tag":125,"props":126,"children":132},"pre",{"className":127,"code":128,"language":129,"meta":130,"style":131},"language-bash","\u002Fplugin marketplace add cognova-dev\u002Fcognova-skill\n\u002Fplugin install cognova@cognova-dev\n","bash","","undefined",[133],{"type":9,"tag":47,"props":134,"children":135},{"__ignoreMap":130},[136],{"type":15,"value":128},{"type":9,"tag":18,"props":138,"children":139},{},[140,142,148,150],{"type":15,"value":141},"Then run ",{"type":9,"tag":47,"props":143,"children":145},{"className":144},[],[146],{"type":15,"value":147},"\u002Fcognova",{"type":15,"value":149}," to configure your API key. Full details: ",{"type":9,"tag":24,"props":151,"children":153},{"href":152},"\u002Fdocs\u002Fclaude-code-skill",[154],{"type":15,"value":155},"Claude Code Integration",{"type":9,"tag":70,"props":157,"children":159},{"id":158},"cross-agent-skill-skillssh",[160],{"type":15,"value":161},"Cross-Agent Skill — skills.sh",{"type":9,"tag":18,"props":163,"children":164},{},[165,167,174],{"type":15,"value":166},"Works in Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, and ",{"type":9,"tag":24,"props":168,"children":171},{"href":169,"rel":170},"https:\u002F\u002Fskills.sh",[28],[172],{"type":15,"value":173},"40+ other agents",{"type":15,"value":175},". Installs the skill (instructions for the agent) but not hooks.",{"type":9,"tag":125,"props":177,"children":179},{"className":127,"code":178,"language":129,"meta":130,"style":131},"npx skills add cognova-dev\u002Fcognova-skill\n",[180],{"type":9,"tag":47,"props":181,"children":182},{"__ignoreMap":130},[183],{"type":15,"value":178},{"type":9,"tag":70,"props":185,"children":187},{"id":186},"mcp-direct-any-client",[188],{"type":15,"value":189},"MCP Direct — Any Client",{"type":9,"tag":18,"props":191,"children":192},{},[193],{"type":15,"value":194},"For Cursor, Windsurf, or any MCP-compatible client, configure the endpoint directly:",{"type":9,"tag":125,"props":196,"children":200},{"className":197,"code":198,"language":199,"meta":130,"style":131},"language-json","{\n  \"mcpServers\": {\n    \"cognova\": {\n      \"url\": \"https:\u002F\u002Fcognova.dev\u002Fmcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer cg_YOUR_KEY\"\n      }\n    }\n  }\n}\n","json",[201],{"type":9,"tag":47,"props":202,"children":203},{"__ignoreMap":130},[204],{"type":15,"value":198},{"type":9,"tag":18,"props":206,"children":207},{},[208,210,216,218],{"type":15,"value":209},"IDE-specific guides: ",{"type":9,"tag":24,"props":211,"children":213},{"href":212},"\u002Fdocs\u002Fcursor-setup",[214],{"type":15,"value":215},"Cursor Setup",{"type":15,"value":217}," | ",{"type":9,"tag":24,"props":219,"children":221},{"href":220},"\u002Fdocs\u002Fmcp-server",[222],{"type":15,"value":223},"Full MCP Reference",{"type":9,"tag":35,"props":225,"children":227},{"id":226},"what-you-get",[228],{"type":15,"value":229},"What You Get",{"type":9,"tag":70,"props":231,"children":233},{"id":232},"tools-19",[234],{"type":15,"value":235},"Tools (19)",{"type":9,"tag":237,"props":238,"children":239},"table",{},[240,264],{"type":9,"tag":241,"props":242,"children":243},"thead",{},[244],{"type":9,"tag":245,"props":246,"children":247},"tr",{},[248,254,259],{"type":9,"tag":249,"props":250,"children":251},"th",{},[252],{"type":15,"value":253},"Category",{"type":9,"tag":249,"props":255,"children":256},{},[257],{"type":15,"value":258},"Read (Free+)",{"type":9,"tag":249,"props":260,"children":261},{},[262],{"type":15,"value":263},"Write (Starter+)",{"type":9,"tag":265,"props":266,"children":267},"tbody",{},[268,290,311,332,353,374,395,415],{"type":9,"tag":245,"props":269,"children":270},{},[271,280,285],{"type":9,"tag":272,"props":273,"children":274},"td",{},[275],{"type":9,"tag":82,"props":276,"children":277},{},[278],{"type":15,"value":279},"Tasks",{"type":9,"tag":272,"props":281,"children":282},{},[283],{"type":15,"value":284},"list_tasks, get_task",{"type":9,"tag":272,"props":286,"children":287},{},[288],{"type":15,"value":289},"create_task, update_task, complete_task",{"type":9,"tag":245,"props":291,"children":292},{},[293,301,306],{"type":9,"tag":272,"props":294,"children":295},{},[296],{"type":9,"tag":82,"props":297,"children":298},{},[299],{"type":15,"value":300},"Projects",{"type":9,"tag":272,"props":302,"children":303},{},[304],{"type":15,"value":305},"list_projects",{"type":9,"tag":272,"props":307,"children":308},{},[309],{"type":15,"value":310},"create_project, update_project",{"type":9,"tag":245,"props":312,"children":313},{},[314,322,327],{"type":9,"tag":272,"props":315,"children":316},{},[317],{"type":9,"tag":82,"props":318,"children":319},{},[320],{"type":15,"value":321},"Agents",{"type":9,"tag":272,"props":323,"children":324},{},[325],{"type":15,"value":326},"list_agents",{"type":9,"tag":272,"props":328,"children":329},{},[330],{"type":15,"value":331},"ask_agent (uses credits)",{"type":9,"tag":245,"props":333,"children":334},{},[335,343,348],{"type":9,"tag":272,"props":336,"children":337},{},[338],{"type":9,"tag":82,"props":339,"children":340},{},[341],{"type":15,"value":342},"Memory",{"type":9,"tag":272,"props":344,"children":345},{},[346],{"type":15,"value":347},"recall",{"type":9,"tag":272,"props":349,"children":350},{},[351],{"type":15,"value":352},"remember",{"type":9,"tag":245,"props":354,"children":355},{},[356,364,369],{"type":9,"tag":272,"props":357,"children":358},{},[359],{"type":9,"tag":82,"props":360,"children":361},{},[362],{"type":15,"value":363},"Knowledge",{"type":9,"tag":272,"props":365,"children":366},{},[367],{"type":15,"value":368},"list_knowledge, get_knowledge",{"type":9,"tag":272,"props":370,"children":371},{},[372],{"type":15,"value":373},"—",{"type":9,"tag":245,"props":375,"children":376},{},[377,385,390],{"type":9,"tag":272,"props":378,"children":379},{},[380],{"type":9,"tag":82,"props":381,"children":382},{},[383],{"type":15,"value":384},"Secrets",{"type":9,"tag":272,"props":386,"children":387},{},[388],{"type":15,"value":389},"list_secrets",{"type":9,"tag":272,"props":391,"children":392},{},[393],{"type":15,"value":394},"get_secret, set_secret",{"type":9,"tag":245,"props":396,"children":397},{},[398,406,411],{"type":9,"tag":272,"props":399,"children":400},{},[401],{"type":9,"tag":82,"props":402,"children":403},{},[404],{"type":15,"value":405},"Billing",{"type":9,"tag":272,"props":407,"children":408},{},[409],{"type":15,"value":410},"get_balance",{"type":9,"tag":272,"props":412,"children":413},{},[414],{"type":15,"value":373},{"type":9,"tag":245,"props":416,"children":417},{},[418,426,431],{"type":9,"tag":272,"props":419,"children":420},{},[421],{"type":9,"tag":82,"props":422,"children":423},{},[424],{"type":15,"value":425},"Docs",{"type":9,"tag":272,"props":427,"children":428},{},[429],{"type":15,"value":430},"search_docs",{"type":9,"tag":272,"props":432,"children":433},{},[434],{"type":15,"value":373},{"type":9,"tag":18,"props":436,"children":437},{},[438,440,446,448,454],{"type":15,"value":439},"All tools are prefixed with ",{"type":9,"tag":47,"props":441,"children":443},{"className":442},[],[444],{"type":15,"value":445},"cognova_",{"type":15,"value":447}," (e.g., ",{"type":9,"tag":47,"props":449,"children":451},{"className":450},[],[452],{"type":15,"value":453},"cognova_list_tasks",{"type":15,"value":455},").",{"type":9,"tag":70,"props":457,"children":459},{"id":458},"resources-5",[460],{"type":15,"value":461},"Resources (5)",{"type":9,"tag":237,"props":463,"children":464},{},[465,481],{"type":9,"tag":241,"props":466,"children":467},{},[468],{"type":9,"tag":245,"props":469,"children":470},{},[471,476],{"type":9,"tag":249,"props":472,"children":473},{},[474],{"type":15,"value":475},"URI",{"type":9,"tag":249,"props":477,"children":478},{},[479],{"type":15,"value":480},"Description",{"type":9,"tag":265,"props":482,"children":483},{},[484,501,518,535,552],{"type":9,"tag":245,"props":485,"children":486},{},[487,496],{"type":9,"tag":272,"props":488,"children":489},{},[490],{"type":9,"tag":47,"props":491,"children":493},{"className":492},[],[494],{"type":15,"value":495},"cognova:\u002F\u002Ftasks\u002Factive",{"type":9,"tag":272,"props":497,"children":498},{},[499],{"type":15,"value":500},"All non-completed tasks",{"type":9,"tag":245,"props":502,"children":503},{},[504,513],{"type":9,"tag":272,"props":505,"children":506},{},[507],{"type":9,"tag":47,"props":508,"children":510},{"className":509},[],[511],{"type":15,"value":512},"cognova:\u002F\u002Fknowledge\u002F{path}",{"type":9,"tag":272,"props":514,"children":515},{},[516],{"type":15,"value":517},"Knowledge file by virtual path",{"type":9,"tag":245,"props":519,"children":520},{},[521,530],{"type":9,"tag":272,"props":522,"children":523},{},[524],{"type":9,"tag":47,"props":525,"children":527},{"className":526},[],[528],{"type":15,"value":529},"cognova:\u002F\u002Fagents\u002F{agentId}",{"type":9,"tag":272,"props":531,"children":532},{},[533],{"type":15,"value":534},"Agent details with tools",{"type":9,"tag":245,"props":536,"children":537},{},[538,547],{"type":9,"tag":272,"props":539,"children":540},{},[541],{"type":9,"tag":47,"props":542,"children":544},{"className":543},[],[545],{"type":15,"value":546},"cognova:\u002F\u002Fdocs",{"type":9,"tag":272,"props":548,"children":549},{},[550],{"type":15,"value":551},"Documentation table of contents",{"type":9,"tag":245,"props":553,"children":554},{},[555,564],{"type":9,"tag":272,"props":556,"children":557},{},[558],{"type":9,"tag":47,"props":559,"children":561},{"className":560},[],[562],{"type":15,"value":563},"cognova:\u002F\u002Fdocs\u002F{slug}",{"type":9,"tag":272,"props":565,"children":566},{},[567],{"type":15,"value":568},"Individual doc page",{"type":9,"tag":35,"props":570,"children":572},{"id":571},"access-levels",[573],{"type":15,"value":574},"Access Levels",{"type":9,"tag":237,"props":576,"children":577},{},[578,599],{"type":9,"tag":241,"props":579,"children":580},{},[581],{"type":9,"tag":245,"props":582,"children":583},{},[584,589,594],{"type":9,"tag":249,"props":585,"children":586},{},[587],{"type":15,"value":588},"Level",{"type":9,"tag":249,"props":590,"children":591},{},[592],{"type":15,"value":593},"Plans",{"type":9,"tag":249,"props":595,"children":596},{},[597],{"type":15,"value":598},"Capabilities",{"type":9,"tag":265,"props":600,"children":601},{},[602,623],{"type":9,"tag":245,"props":603,"children":604},{},[605,613,618],{"type":9,"tag":272,"props":606,"children":607},{},[608],{"type":9,"tag":82,"props":609,"children":610},{},[611],{"type":15,"value":612},"Read",{"type":9,"tag":272,"props":614,"children":615},{},[616],{"type":15,"value":617},"All plans (Free+)",{"type":9,"tag":272,"props":619,"children":620},{},[621],{"type":15,"value":622},"List and search across all data",{"type":9,"tag":245,"props":624,"children":625},{},[626,634,639],{"type":9,"tag":272,"props":627,"children":628},{},[629],{"type":9,"tag":82,"props":630,"children":631},{},[632],{"type":15,"value":633},"Write + Agent",{"type":9,"tag":272,"props":635,"children":636},{},[637],{"type":15,"value":638},"Starter+ ($19\u002Fmo)",{"type":9,"tag":272,"props":640,"children":641},{},[642],{"type":15,"value":643},"Create, update, delete, and invoke agents",{"type":9,"tag":35,"props":645,"children":647},{"id":646},"next-steps",[648],{"type":15,"value":649},"Next Steps",{"type":9,"tag":651,"props":652,"children":653},"ol",{},[654,664,669],{"type":9,"tag":94,"props":655,"children":656},{},[657,662],{"type":9,"tag":24,"props":658,"children":659},{"href":57},[660],{"type":15,"value":661},"Create an API key",{"type":15,"value":663}," if you haven't already",{"type":9,"tag":94,"props":665,"children":666},{},[667],{"type":15,"value":668},"Choose your setup above and connect",{"type":9,"tag":94,"props":670,"children":671},{},[672,674,680],{"type":15,"value":673},"Start using ",{"type":9,"tag":47,"props":675,"children":677},{"className":676},[],[678],{"type":15,"value":679},"cognova_*",{"type":15,"value":681}," tools in your IDE",{"type":9,"tag":683,"props":684,"children":685},"style",{},[686],{"type":15,"value":130},1775504833287]