Configuration

Configure MCP Server

After setting up the project, we need to configure the MCP server.

Steps

  1. Open the .cursor/mcp.json file in your project

  2. Add the following configuration:

{
  "mcpServers": {
    "about-me": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/your_username/Code/Playground/build_mcp_for_cursor/project",
        "run",
        "main.py"
      ]
    }
  }
}
  1. Save the file and restart Cursor

Verification

To verify the configuration is correct:

  1. Open Cursor
  2. Check the MCP server status in settings
  3. You should see the “about-me” server listed as connected

Next Steps

Now that the MCP server is configured, you can start using it in your projects.