T

Templonix Lite

Local AI agent infrastructure with FAISS-based vector memory, document ingestion, workflow templates, and integrations with Gmail, Google Calendar, Eraser.io, a

Templonix·No reviews yet
Repo
Share:

About

Local AI agent infrastructure with FAISS-based vector memory, document ingestion, workflow templates, and integrations with Gmail, Google Calendar, Eraser.io, and Jina.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install Templonix Lite

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "templonix-lite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-templonix-lite"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "templonix-lite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-templonix-lite"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "templonix-lite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-templonix-lite"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.