Neural Integration. AI Ecosystem.

Connect Uilora to your AI editor via the Model Context Protocol. Expose the entire interaction library to Cursor or Windsurf for effortless development.

Access Control

Authentication required to manage access keys.

Log In

System Capabilities

  • Semantic search across 600+ components
  • Real-time code context injection
  • AI-driven implementation examples

Configuration

mcp-config.json
1{
2 "mcpServers": {
3 "uilora": {
4 "command": "npx",
5 "args": [
6 "-y",
7 "uilora@latest",
8 "mcp"
9 ],
10 "env": {
11 "UILORA_API_KEY": "YOUR_UILORA_API_KEY"
12 }
13 }
14 }
15}

Add this configuration entry to your Settings > Features > MCP in Cursor.

Protocol Security

Your API key is never stored in plaintext on the client. MCP connections are established locally via stdio, ensuring your secret never leaves your environment during communication.