Skip to content
Hosted MCP

Install Valla Index

Connect Valla Index to Codex or Claude Code through its MCP server.

Server endpoint

https://valla-index.pages.dev/mcp

Hosted server

Codex
codex mcp add valla-index --url https://valla-index.pages.dev/mcp
Claude Code
claude mcp add --transport http valla-index https://valla-index.pages.dev/mcp

Local fallback

Prepare local server
git clone https://github.com/bakerstreetco/valla-index.git valla-index && cd valla-index && npm install && npm run mcp:build
Codex
codex mcp add valla-index -- sh -lc 'cd valla-index/mcp && node dist/src/server.js'
Claude Code
claude mcp add --transport stdio valla-index -- sh -lc 'cd valla-index/mcp && node dist/src/server.js'

Valla Index

This private index keeps the durable context for Baker Street's work with Valla inspectable by humans and agents.

The initial import is a historical baseline, not a statement that every prior project remains active. Each project carries an explicit reconfirmation action before implementation resumes.

Start Here

Quick Check

bash
npm ci
make check
npm run docs:build

Core Paths

PathPurpose
index.jsonCanonical management, lifecycle, and interface contract
docs/Human and LLM-readable documentation
projects/Validated Valla project workspaces and bounded evidence summaries
repos/Repository inventory and source-system context
mcp/Read-only MCP and Slack resources and search tools
slack/Deny-by-default Slack access policy
schemas/Structured index and workspace contracts
scripts/Documentation and metadata validation
prompts/Reusable investigation and handoff prompts

Every durable claim should point back to evidence another reviewer can inspect.

Private Valla project memory maintained by Baker Street.