Connect to any AI assistant
lingua·ആലയം is a hosted Malayalam lexical server. Paste the URL below into your AI app — no install, no account, no setup.
How to connect
- 1 Open Settings → Integrations
- 2 Click Add integration and choose MCP server
- 3 Paste the URL above → Connect
- 1 Run this once inside any project:
claude mcp add --transport http linguaalayam https://linguaalayam.org/mcp
Developer / manual setup
Claude Desktop (macOS / Windows / Linux) ▼
Config snippet
{
"mcpServers": {
"linguaalayam": {
"url": "https://linguaalayam.org/mcp"
}
}
}
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Restart Claude Desktop after saving.
Cursor ▼
{
"mcpServers": {
"linguaalayam": {
"url": "https://linguaalayam.org/mcp"
}
}
}
Global: ~/.cursor/mcp.json · Project: .cursor/mcp.json
Reload Window (Cmd/Ctrl+Shift+P) after saving.
Windsurf ▼
{
"mcpServers": {
"linguaalayam": {
"url": "https://linguaalayam.org/mcp"
}
}
}
File: ~/.codeium/windsurf/mcp_config.json · Restart Windsurf after saving.
Cline (VS Code) ▼
{
"cline.mcpServers": {
"linguaalayam": {
"url": "https://linguaalayam.org/mcp"
}
}
}
VS Code settings → search Cline MCP → Edit in settings.json.
Or: Cline sidebar → MCP Servers tab → Add Server → paste the URL directly.
Continue (VS Code / JetBrains) ▼
mcpServers:
- name: linguaalayam
url: https://linguaalayam.org/mcp
File: ~/.continue/config.yaml
Available tools ▼
Three tools are available. All accept an optional source parameter
(olam_enml, datuk, ekkurup) to filter by corpus.
exact_lookup(word, source?) — exact headword match fuzzy_lookup(query, top_k?, source?) — trigram similarity semantic_lookup(query, top_k?, source?) — meaning-based search