Connect your agent. Verify one sourced answer.
Start in the project you already work in. One guided command connects your coding client; one precise question confirms that Snipara can retrieve your project sources.
Node.js 18 or later, an existing project folder, and a supported coding client.
Open your existing project
In a terminal, go to the root folder your coding agent already uses. A README or project document should be present so you can verify the first answer.
Run the guided setup
Run npx create-snipara@latest. Choose your coding client, then sign in or use an existing Snipara API key.
Restart your client
Open a new agent session after setup. The client should now expose Snipara MCP tools for this project.
npx create-snipara@latestExpected result
Setup confirms the Snipara project, writes the selected client configuration, and starts indexing available project context. After you restart the client, ask it to run snipara_help. A tool list or help response confirms the MCP connection.
Ask a question you can verify in the README.
In your coding client, ask:
Use Snipara to answer: What command does this project use to run its test suite? Cite the source file and section you used.
- Open the cited README or project document.
- Confirm that the command and section match the source.
- If the answer has no source, ask the agent to use
snipara_context_query.
Success means the answer is backed by indexed project context. Installation alone is not the finish line.
Diagnose the same client and project folder.
No Snipara tools
Restart the client, then run npx create-snipara@latest doctor --client <client>.
401 or permission error
Check that the API key belongs to the configured project, then rerun setup.
No sourced answer
Let indexing finish, then retry with a question whose answer is clearly present in the README.