- Explore MCP Servers
- kibitz
Kibitz
What is Kibitz
Kibitz is a coding agent designed for professionals, facilitating coding tasks and enhancing productivity through intelligent automation.
Use cases
Use cases for Kibitz include automating repetitive coding tasks, assisting in debugging, and providing intelligent code suggestions based on user input.
How to use
To use Kibitz, clone the repository from GitHub, install the necessary dependencies using npm, and run the development server. Access the application via your browser at http://localhost:3000.
Key features
Key features of Kibitz include integration with the Anthropic API for enhanced coding capabilities, customizable system prompts, and project-specific configuration for MCP servers.
Where to use
Kibitz can be utilized in various fields including software development, data analysis, and any professional environment that requires coding assistance.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Kibitz
Kibitz is a coding agent designed for professionals, facilitating coding tasks and enhancing productivity through intelligent automation.
Use cases
Use cases for Kibitz include automating repetitive coding tasks, assisting in debugging, and providing intelligent code suggestions based on user input.
How to use
To use Kibitz, clone the repository from GitHub, install the necessary dependencies using npm, and run the development server. Access the application via your browser at http://localhost:3000.
Key features
Key features of Kibitz include integration with the Anthropic API for enhanced coding capabilities, customizable system prompts, and project-specific configuration for MCP servers.
Where to use
Kibitz can be utilized in various fields including software development, data analysis, and any professional environment that requires coding assistance.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
kibitz
The coding agent for professionals
https://github.com/user-attachments/assets/3f8df448-1c81-4ff2-8598-c48283a4dc00
Prerequisites
- git
- npm
Installation
- Clone the repository:
git clone https://github.com/nick1udwig/kibitz.git
cd kibitz
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
Configuration
- Open the Settings panel in the UI
- Enter your Anthropic API key (Get one here).
- Optionally set a system prompt
- Configure MCPs by running them using ws-mcp and then connecting to them in the Settings page
Note configuration is PER-PROJECT.
When creating a new project, it will use some, but not all, of the current project’s configuration: the API key, model, and system prompt will be copied over, but MCP servers will not.
Building for Kinode
- Add a base to the endpoint by building with the
NEXT_PUBLIC_BASE_PATH(MUST start with a/), - Change the default WS-MCP server URI by specifying
NEXT_PUBLIC_DEFAULT_WS_URI(MUST start with a/),
like so:
NEXT_PUBLIC_BASE_PATH=/kibitz:kibitz:nick.kino NEXT_PUBLIC_DEFAULT_WS_URI=/fwd-ws:kibitz:nick.kino npm run build
and then copy the contents of out/ into the package’s pkg/ui/ dir.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










