A production-grade TypeScript template for scalable MCP servers with built-in observability.
Most file and storage access work still happens through a UI a human drives. MCP MCP server moves it into the conversation instead. A production-grade TypeScript template for scalable MCP servers with built-in observability.
@cyanheads/mcp-ts-core is the infrastructure layer for TypeScript MCP servers. Install it as a dependency — don't fork it. Your agent collaborates with you to design and build the tools, resources, and prompts for your server.
The server publishes 2 tools. What each one is for:
Builders — The Builders tool exposed by this serverContext — The Context tool exposed by this serverConfiguration is passed through the environment: MCP_HTTP_HOST, MCP_AUTH_SECRET_KEY, OPENROUTER_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP's toolset — Builders, Context — is a fair guide to whether it matches your workflow. It is maintained by cyanheads; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Builders | The Builders tool exposed by this server. |
| Context | The Context tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| MCP_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
| MCP_AUTH_SECRET_KEY | Credential the server authenticates with. | Yes |
| OPENROUTER_API_KEY | Credential the server authenticates with. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.