Provide AI agents with real-time, verified knowledge by grounding responses in live data through an MCP server with automated tool access.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lucid": {
"command": "npx",
"args": [
"-y",
"sanjay-saravanan-p/Lucid"
]
}
}
}
Run in terminal:
claude mcp add lucid npx -y sanjay-saravanan-p/Lucid
Add to .cursor/mcp.json:
{
"mcpServers": {
"lucid": {
"command": "npx",
"args": [
"-y",
"sanjay-saravanan-p/Lucid"
]
}
}
}