tinhead-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tinhead-mcplist the items in my inbox branch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tinhead-mcp — source
The published source of tinhead-mcp v0.1.0,
the local MCP server that gives an agent access to branches of your Tinhead tree.
Why this repository exists. The Tinhead app is closed source. This package is not, because it is the part that holds your key: it unwraps your account key on your own machine, talks to Tinhead's server, and enforces the branch you granted. Every claim the package makes about what leaves your machine is either true in this code or false in it.
This tree is generated — please open an issue, not a pull request
It is produced from the private Tinhead repository at each release, so it carries exactly the source that compiled into the published package rather than a re-typed copy. A pull request here cannot be merged in any lasting way — the next release would overwrite it.
That is not a brush-off, and we would rather say it plainly than let you find out after an evening on a patch. Open an issue with the fix or the finding; it gets applied upstream and ships in the next release, and you are credited in the release notes. If a claim in this code is false, that is the single most valuable thing you can tell us.
What is here
| the server itself — the grant protocol, the tools, the keychain |
| the primitives. This is the claim — key wrapping, node encryption |
| both sides of the grant protocol: what is sent, what never is |
| the thought format and its lenses, including the private-field seal |
| the wire format — observable on the network anyway |
| what the read tools emit, and the write rules |
Related MCP server: local-kms-mcp-server
What is not here, deliberately
The app: its interface, motion, theme, store, screens, and the sync engine. None of it can affect the claims above, and it is the product rather than the format.
Build it yourself
npm ci --prefix packages/tinhead-mcp
npm run build --prefix packages/tinhead-mcpThat installs at the ROOT deliberately: the modules under src/ resolve their dependencies by
walking up from themselves, so they can only ever find a node_modules here. The generator
derives its file list from the package's own tsconfig.json, so a module the server imports
cannot be missing from this repository and still build.
Reporting something
Issues: https://github.com/Tinhead-app/tinhead-mcp/issues
Security findings are welcome in the open — this package exists to be checked, and a private disclosure of a flaw in code anyone can already read helps nobody.
Licence
Apache-2.0. See LICENSE and NOTICE at the root of this repository — they cover the
whole published tree, src/ included, not just the package directory.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that exposes tools for issuing scoped agent credentials, delegating narrower child credentials, handling approvals, revoking task trees, and retrieving audit trails and evidence packets.Last updated141Apache 2.0
- AlicenseAqualityCmaintenanceLocal-first MCP server for per-agent key management, generating and using signing keys without external KMS.Last updated8161MIT
- Alicense-qualityCmaintenanceLocal MCP server for Bind Protocol — credential parsing, verification, and hashing tools for AI agents.Last updated9MIT

touchstone-mcpofficial
Alicense-qualityBmaintenanceLocal MCP server that signs and records agent actions into a tamper-evident log using Ed25519 keys for frictionless integration with Touchstone.Last updated62Apache 2.0
Related MCP Connectors
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Tinhead-app/tinhead-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server