Cursor Solutions
an open source everything website for cursor
Ask AI about Cursor Solutions
Powered by Claude · Grounded in docs
I know everything about Cursor Solutions. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
cursor.solutions
An open source everything website for Cursor AI.
Description
cursor.solutions is a community-driven platform that provides resources, tools, and solutions for Cursor AI users. This repository contains the source code for the website.
Features
mcp.json Builder
The site includes an mcp.json builder tool that helps you quickly create configuration files for Model Context Protocol servers. Simply select the servers you need, and the tool will generate the JSON configuration for you to download.
Available MCP servers include:
- AWS KB Retrieval
- Brave Search
- GitHub
- Google Maps
- Stripe
- Neon (Postgres)
- Slack
- And many more!
Getting Started
Prerequisites
- web browser
- IDE (recommended for development)
Running Locally
- Clone the repository:
git clone https://github.com/colesmcintosh/cursor-solutions.git
cd cursor-solutions
- Open the site:
-
Using your IDE (recommended):
- Open the project
- Download the Live Server extension
- Select "Open with Live Server" Your site will automatically open in your default browser with live reload enabled!
-
Alternative method: Simply open
index.htmlin your web browser (note: live reload won't be available)
-
Contributing
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/amazing-feature) - Commit your changes using conventional commits
- Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is open source and available under the MIT License.
Contact
For questions or feedback, please open an issue in the GitHub repository.
