Back to Browse

Personal Ai Systems MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Unofficial read-only MCP server exposing several Mercury banking organizations to one AI session.

About

Unofficial read-only MCP server exposing several Mercury banking organizations to one AI session.

Security Report

6.2
Moderate6.2Moderate Risk

This is a well-designed, security-conscious Gmail MCP server with excellent authentication controls, proper credential handling, and thoughtful defenses against prompt injection and account bleed. The code is clean, permissions match the purpose, and sensitive operations are protected by explicit safeguards (two-factor send arming, account verification, token encryption). Minor code quality observations exist but do not constitute security vulnerabilities. Package verification found 1 issue (1 critical, 0 high severity).

7 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Example only. Each organization needs one read-only Mercury API token in the environment variable named by its token_env in your registry. Names are yours to choose but must match MERCURY_TOKEN_[A-Z0-9_]+ (for example MERCURY_TOKEN_<ENTITY_KEY>); set one per organization and rename this example to match.Required

Environment variable: MERCURY_TOKEN_ACME_MAIN

Alternative to --entities: path to the entity registry YAML. Ignored when --entities is passed.Optional

Environment variable: MERCURY_ENTITIES_FILE

Mercury API host. Allowed without extra flags: https://api.mercury.com, https://api-sandbox.mercury.com (with sandbox tokens), or a loopback mock.Optional

Environment variable: MERCURY_API_BASE

Set to true to register get_statement_pdf and get_invoice_pdf, which return statement and invoice PDFs unredacted. Off by default.Optional

Environment variable: MERCURY_ALLOW_DOCUMENTS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-dkaleganov-mercury-multiorg-mcp": {
      "env": {
        "MERCURY_API_BASE": "your-mercury-api-base-here",
        "MERCURY_ENTITIES_FILE": "your-mercury-entities-file-here",
        "MERCURY_ALLOW_DOCUMENTS": "your-mercury-allow-documents-here",
        "MERCURY_TOKEN_ACME_MAIN": "your-mercury-token-acme-main-here"
      },
      "args": [
        "mercury-multiorg-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Personal AI Systems

Open-source templates, skills, and frameworks for using AI as a personal systems architect.

Built and maintained by Dima Kaleganov. AI builder, photographer, and animator on the weekends.

What's in here

MCP servers live in their own repositories and are linked from here.

  • personal-health-systems-coach/ — A complete system prompt template plus Claude Skill for building your own AI health coach with Claude Projects, ChatGPT GPTs, or any LLM with persistent context. Includes a vetted source library, failure modes, and clinical escalation rules.

  • multi-gmail-private-mcp/ — A self-hosted MCP server that gives Claude read, triage, and draft access to multiple Gmail / Google Workspace accounts at once (the official connector handles one). Drafts-only by default, no delete ever, per-account encrypted tokens, and a CLAUDE.md so Claude Code can walk you through your own setup.

  • mercury-multiorg-mcp — An unofficial, read-only MCP server that works across several Mercury banking organizations in one AI session; available on PyPI and in the official MCP Registry.

  • qbo-multicompany-mcp/ — Currently a build brief only (a CLAUDE.md design for a read-only multi-company QuickBooks Online MCP server); no code yet. It will move to its own repository when built.

Why this exists

The bottleneck on personal AI is not access to AI. It is the work of building the system prompt, source library, and operating rules that turn an AI into a useful specialist. This repo is where I publish what I have built so you can shortcut the same work.

License

MIT. Use it, fork it, improve it.

Contact

LinkedIn: https://www.linkedin.com/in/dkaleganov

Reviews

No reviews yet

Be the first to review this server!