Skip to content

kodebaseai/kodebase-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kodebase

AI-powered project planning and implementation guidance through the Model Context Protocol (MCP).

Quick Start

# Start the MCP server in your project directory
npx kodebase

# Or install globally
npm i -g kodebase
kodebase

What is Kodebase?

Kodebase provides MCP tools that help AI assistants (Claude, Cursor, etc.) guide you through:

  • Scout: Planning and spec creation - transform ideas into structured artifacts
  • Sherpa: Implementation guidance - get context, quality gates, and next steps

Configuration

Claude Code

Add to your ~/.claude/mcp.json:

{
  "mcpServers": {
    "kodebase": {
      "command": "npx",
      "args": ["kodebase"]
    }
  }
}

Cursor

Add to your .cursor/mcp.json:

{
  "mcpServers": {
    "kodebase": {
      "command": "npx",
      "args": ["kodebase"]
    }
  }
}

Environment Variables

  • KODEBASE_PROJECT_ROOT - Project root directory (defaults to current working directory)

Learn More

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •