INDIVIDUAL MCP TOOL
add_lens_knowledge
Add text notes or URLs to a Mindola lens created in this conversation (before it is claimed).
LIVE ENDPOINT
https://app.mindola.ai/mcp/claude
Connect to this endpoint to inspect the live schema for add_lens_knowledge and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mindola-lens]
url = "https://app.mindola.ai/mcp/claude"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mindola-lens": {
"type": "http",
"url": "https://app.mindola.ai/mcp/claude"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mindola-lens
Remote MCP URL: https://app.mindola.ai/mcp/claude
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mindola-lens": {
"url": "https://app.mindola.ai/mcp/claude"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mindola-lens": {
"type": "http",
"url": "https://app.mindola.ai/mcp/claude"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mindola-lens",
"transport": "streamable-http",
"url": "https://app.mindola.ai/mcp/claude"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_digital_twin_lens— Create a shareable Mindola lens (AI clone) from a profile the user has approved in this conversation.get_lens_status— Check a Mindola lens: its share URL, whether it has been claimed, and how much of its knowledge has finished ingesting (ready / pending / failed).