Package Exports
- @marcusschiesser/mcp-config
- @marcusschiesser/mcp-config/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@marcusschiesser/mcp-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MCP Config
A CLI tool for managing MCP servers configurations for MCP clients (currently Codeium Windsurf).
Features
- Repository of MCP servers
- Configure and add MCP servers with interactive prompts
- View existing server configurations
- Remove MCP server configurations
Development
Clone the repository and install dependencies:
git clone <repository-url>
cd mcp-config
npm installBuild the project:
npm run buildStart the tool:
npm run start