- Auto Setup
- Manual Setup
Run the command below to setup the MCP integration in your IDE.
Tools
Kyoto MCP provides the following tools for code review and quality checking:code-review
Run all code review agents on unstaged changes. This comprehensive tool executes all individual agents in parallel and returns a combined summary of findings.
Individual Agent Tools
bug-detection
Detect bugs, logic errors, and potential runtime issues within the scope
code-organization
Find functions and components that should be moved to other packages or
extracted into helper functions to reduce file sizes
function-consolidation
Highlight opportunities to merge or extract shared helpers from similar
functions
library-usage
Check library usage against documentation to ensure best practices and avoid
reinventing the wheel
secret-detection
Scan code changes for leaked secrets, API keys, passwords, and other sensitive
information
stale-code-detection
Detect unused code that was added in scope or became unreachable due to
changes
browser-test
Run browser tests on code changes using an AI agent. Analyzes changes, generates
test suggestions, and executes them automatically

