
Up-to-date code docs and examples for AI, powered by Exa. Finds real code snippets and docs from GitHub, docs sites, and Stack Overflow.
Connect MCP server:
https://mcp.exa.ai/mcp
No API key needed.
get_code_context_exa
Finds real code snippets and docs from GitHub, docs sites, and Stack Overflow. Great for correct syntax, setup guides, and usage examples.
query (string, required): What code or doc you want to find.tokensNum (string or int, optional): How much context to return.
Use dynamic for auto length, or a number like 10000. dynamic is recommended.Basic:
text
get_code_context_exa { "query": "React useState example" }
More context:
text
get_code_context_exa {
"query": "Current Next.js app router with TypeScript setup",
"tokensNum": 8000
}
Shorter output:
text
get_code_context_exa {
"query": "pandas groupby examples",
"tokensNum": 2000
}
tokensNum returns more context but costs more.使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。