---
slug: "mcpverified"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/code-agents/mcpverified@main/README.md"
repo: "https://github.com/code-agents/mcpverified"
source_file: "README.md"
branch: "main"
---
# MCPVerified

The definitive resource for Model Control Protocol (MCP) - Opinionated. Curated. Verified.

![MCPVerified Hero Image](https://github.com/code-agents/mcpverified/raw/HEAD/logo/mcpv-hero.jpg)


## About

MCPVerified is your trusted guide to the Model Control Protocol ecosystem. We provide opinionated, carefully curated recommendations backed by real-world experience. Our core values include:

- **TypeScript First**: We believe TypeScript is the language of AI for production applications
- **Security First**: We carefully vet all recommended services, packages, and servers
- **Performance Matters**: MCP applications should be built with performance in mind from the beginning
- **Developer Experience**: Tools and frameworks should prioritize excellent DX while maintaining production quality

## Development

This documentation site is built with [Mintlify](https://www.npmjs.com/package/mintlify). To preview the documentation locally:

1. Install the Mintlify CLI:
```
npm i -g mintlify
```

2. Run the following command at the root of this repository:
```
mintlify dev
```

## Contributing

We welcome contributions! To contribute:

1. Fork this repository
2. Create a new branch for your feature
3. Make your changes
4. Submit a pull request

Please ensure your contributions align with our core values and maintain the high quality of information expected from MCPVerified.

## Multilingual Support

MCPVerified provides documentation in multiple languages:
- English (default)
- Japanese (日本語)

## Troubleshooting

- If Mintlify dev isn't running - Run `mintlify install` to re-install dependencies
- If a page loads as a 404 - Make sure you are running in a folder with `docs.json`
