← tynn.ai

INDIVIDUAL MCP TOOL

find

Read entities — one tool for list, show, and search.

tynn.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://tynn.ai/mcp/tynn

No auth detected

Connect to this endpoint to inspect the live schema for find and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

tynn.ai

CONNECT 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.

Related tools

  • create — Create any entity: version, story, feature, task, domain, comment, or plan.
  • update — Update workflow entities: project, version, story, feature, task, domain, wish, or plan.
  • next — Get quick work context: active version, top story, and prioritized tasks in one call.
  • wish — Wishes — capture + lifecycle in one tool.
  • feedback — Customer feedback — read + lifecycle in one tool.
  • project — Get or update project configuration: vision, ai_guidance, personas, themes, constraints, and more.
  • schema — Manage project data model schema: get, add, update, or remove models and relationships.
  • repo — Manage the project repositories Tynn tags when work finishes: list, add, update, remove, or set-primary.