Skip to main content

Install and build

Configure the server

Copy the environment template and add your credentials:
At minimum, you need DATABASE_URL (Neon Postgres) and BETTER_AUTH_SECRET. See Environment Variables for all options.

Run the database migration

This creates Better Auth’s tables (user, session, account, verification) in your Neon database.

Start the server and web app

The server runs at http://localhost:3000, the web app at http://localhost:5173.

Sign in

Open http://localhost:5173 and create an account with your @philo.ventures email, or sign in with Google.

Connect tools

  1. Go to the Tools tab
  2. Connect personal tools (GitHub, Google) via OAuth
  3. Connect team tools (Slack, Linear, etc.) by entering API keys
  4. Toggle built-in tools (Firecrawl, Perplexity, etc.) on/off

Create an MCP endpoint

  1. Go to the MCP URLs tab
  2. Click New endpoint and give it a name
  3. Copy the stdio config into your AI tool’s MCP config
For Claude Desktop, add to claude_desktop_config.json:

First interaction

Once connected, an agent interacts through the MCP tools:

Development commands