Productivity
tynn.ai
Manages project workflow entities like stories, tasks, and versions, allowing creation, updates, searches, and quick context retrieval.
ENDPOINT 1
https://tynn.ai/mcp/tynn
MCP server metadata
- Name
- Tynn Project MCP Server
- Version
- 0.2.6
This MCP server manages a Tynn project. For full documentation, usage guidelines, and workflow rules, please read the `tynn-guidelines` resource: `read_resource("file://instructions/tynn-guidelines.md")` (or find it in `resources/list`). **Quick Start:** 1. Read `tynn-guidelines` for rules. 2. Use `project()` to check configuration. 3. Use `next()` to find active work.
Known tools 12
createCreate any entity: version, story, feature, task, domain, comment, or plan.
Potential side effectsupdateUpdate workflow entities: project, version, story, feature, task, domain, wish, or plan.
Potential side effectsnextGet quick work context: active version, top story, and prioritized tasks in one call.
Inferred read-onlyprojectGet or update project configuration: vision, ai_guidance, personas, themes, constraints, and more.
Potential side effectsschemaManage project data model schema: get, add, update, or remove models and relationships.
Potential side effectsrepoManage the project repositories Tynn tags when work finishes: list, add, update, remove, or set-primary.
Potential side effectsvipHandle VIP items: view active version, show story/task, update story/task status (including batch), validate transitions, or search VIP content.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tynn-project-mcp-server]
url = "https://tynn.ai/mcp/tynn"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tynn-project-mcp-server": {
"type": "http",
"url": "https://tynn.ai/mcp/tynn"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tynn-project-mcp-server
Remote MCP URL: https://tynn.ai/mcp/tynn
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tynn-project-mcp-server": {
"url": "https://tynn.ai/mcp/tynn"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tynn-project-mcp-server": {
"type": "http",
"url": "https://tynn.ai/mcp/tynn"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tynn-project-mcp-server",
"transport": "streamable-http",
"url": "https://tynn.ai/mcp/tynn"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tynn.ai was fetched 2026-08-30T20:12:10.333Z.
tynn.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.