Index of Claude-facing MCP connectors ("plugins") in this system. See CONTENTS for the full notes index, and mcp-conventions for shared connector conventions.
General-purpose notes store. One of two deployments of the gdata-server project.
• Subscribe URL: https://www.critchley.biz/mcp
• Project: gdata-server — see gdata-server/mcp-server for MCP/OAuth details
Sensitive/client-confidential store — separate GDBM instance of the same gdata-server codebase, run with a distinct --name/store and its own OAuth realm.
• Subscribe URL: https://www.critchley.biz/private/mcp
• Project: gdata-server (private-instance deployment) — see gdata-server/mcp-server
Standalone MCP utility server, no KV store. Tools: hello (placeholder), pg_query (location DB SELECT).
• Subscribe URL: https://www.critchley.biz/misc/mcp
• Project: misc-server — see also misc-server/tools
All three share gdata_oauth.py and live in the same git repo (john-critchley/gdata-server, branch m). Port scheme: public gdata = 8020/8023, private gdata = 8120/8123, misc = 8220/8223 (each +100). Each server also exposes OAuth authorize/token/register endpoints under its own path prefix (e.g. /misc/oauth/authorize).