Install and build
Configure the server
Copy the environment template and add your credentials:DATABASE_URL (Neon Postgres) and BETTER_AUTH_SECRET. See Environment Variables for all options.
Run the database migration
Start the server and web app
http://localhost:3000, the web app at http://localhost:5173.
Sign in
Openhttp://localhost:5173 and create an account with your @philo.ventures email, or sign in with Google.
Connect tools
- Go to the Tools tab
- Connect personal tools (GitHub, Google) via OAuth
- Connect team tools (Slack, Linear, etc.) by entering API keys
- Toggle built-in tools (Firecrawl, Perplexity, etc.) on/off
Create an MCP endpoint
- Go to the MCP URLs tab
- Click New endpoint and give it a name
- Copy the stdio config into your AI tool’s MCP config
claude_desktop_config.json:
First interaction
Once connected, an agent interacts through the MCP tools:Development commands
| Command | Description |
|---|---|
pnpm build | Build all packages via Turborepo |
pnpm dev | Start dev mode |
pnpm test | Run all tests (Vitest) |
pnpm typecheck | Type-check all packages |
pnpm lint | Lint with Biome |
pnpm lint:fix | Lint and auto-fix |