Skip to main content
Glama
FinAegis

Zelta MCP Server

by FinAegis

@finaegis/mcp

Connect Claude Desktop, Cursor, or Continue.dev to Zelta via the Model Context Protocol.

Install

npx -y @finaegis/mcp

Configure (Claude Desktop)

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zelta": { "command": "npx", "args": ["-y", "@finaegis/mcp"] }
  }
}

First launch opens a browser for OAuth consent. The token is stored in your OS keychain (macOS Keychain, Windows Credential Manager, or Linux libsecret/gnome-keyring). Subsequent launches are silent.

If the OS keychain is unavailable — common on WSL2, Docker, Alpine, and headless Linux — the relay automatically falls back to a file at $XDG_CONFIG_HOME/finaegis-mcp/tokens.json with permissions 0600 (read/write for the owning user only). The file is plain JSON, not encrypted at rest. A one-line warning is printed to stderr the first time this happens.

Environment overrides

Variable

Default

MCP_SERVER_URL

https://mcp.zelta.app/mcp

MCP_AUTH_SERVER

https://zelta.app

MCP_OAUTH_NO_BROWSER

unset — set to 1 to print the auth URL instead of opening a browser

FINAEGIS_MCP_TOKEN_STORE

auto — set to file to force the file store, or keychain to require the OS keychain (errors if missing)

Troubleshooting

  • Browser does not open — set MCP_OAUTH_NO_BROWSER=1 and follow the URL printed to stderr.

  • Token expired — log out and re-auth: npx @finaegis/mcp --logout.

  • libsecret-1.so.0: cannot open shared object file — the keychain backend can't load. The relay handles this automatically and falls back to the file store; you can also force it with FINAEGIS_MCP_TOKEN_STORE=file.

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FinAegis/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server