Context0 Core
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Context0 Coresearch the index for React hooks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Context0 for VS Code (contextzero)
Extensão nativa do VS Code que conecta o Agent / Copilot ao seu Context0 Core via MCP HTTP.
Site do produto: contextzero.tecnologia.dev.br
Este repositório é público e contém apenas a extensão VS Code. O Core (servidor) e o monorepo completo permanecem privados.
O que é
Context0 é um índice pessoal de documentação para agentes e IDEs. Esta extensão:
Registra um servidor MCP HTTP no VS Code (API nativa)
Guarda a API key no Secret Storage (nunca no VSIX)
Expõe comandos na paleta (Ctrl+Shift+P →
Context0)
Related MCP server: docs-mcp
Pré-requisito
Um Context0 Core self-hosted em execução (MCP HTTP + API key). A URL é configurada por você na extensão — não há endpoint embutido neste pacote.
Instalação
Opção A — VSIX (Release)
Baixe
contextzero-*.vsixna página de ReleasesVS Code → Extensions → Install from VSIX…
ou:code --install-extension contextzero-0.1.3.vsix
Opção B — Marketplace
Quando publicado: busque Context0 / contextzero no painel de extensões.
Opção C — Build local
npm install
npm run package
code --install-extension ./contextzero-0.1.3.vsixComandos (Ctrl+Shift+P)
Comando | Função |
Context0: Configurar URL e API key | Assistente completo |
Context0: Definir URL do Core | Só a URL base (sem |
Context0: Definir / atualizar API key | Secret Storage |
Context0: Remover API key | Apaga a key salva |
Context0: Ver status da configuração | URL + key mascarada |
Context0: Doctor (health do Core) | Health check |
Context0: Atualizar servidor MCP | Recarrega definições MCP |
Cliente npm (opcional)
Para configurar outros IDEs (Cursor, Claude, etc.):
npm i -g contextzero
ctx0 setup --api-key SUA_CHAVE --cursorPrivacidade e segurança
Sem secrets no código ou no VSIX
Sem IP/porta hardcoded
Issues: não publique API keys
Licença
MIT — ver LICENSE.
Links
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for uagents documentation, generated by doc2mcp.
MCP server for agentverse documentation, generated by doc2mcp.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Personal knowledge base MCP server with semantic search, auto-categorization, metadata extraction
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.310 npmMIT
- FlicenseNot gradedqualityDmaintenanceIndexes documentation sites by base URL and serves keyword search, optional semantic search, and Markdown page retrieval as MCP tools, all from a single SQLite file.-
- AlicenseNot gradedqualityAmaintenanceSelf-hosted MCP server that indexes documentation from various sources and makes it searchable by AI assistants via the Model Context Protocol and REST API.29 npm76Apache 2.0
- AlicenseNot gradedqualityAmaintenanceSelf-hosted documentation and code indexing with MCP integration.17MIT