Tecton MCP Server & Cursor Rules
@tecton-ai
Tecton MCP Server & Cursor Rules について
This MCP (Model Context Protocol) server provides tools to interact with tecton.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tecton-mcp": {
"command": "uv",
"args": [
"--directory",
"<path-to-local-clone>",
"run",
"mcp",
"run",
"src/tecton_mcp/mcp_server/server.py"
],
"env": {
"MCP_SMOKE_TEST": "1"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Tecton MCP Server & Cursor Rules?
Tecton MCP Server & Cursor Rules is an MCP (Model Context Protocol) server that integrates with LLM-powered editors like Cursor and Claude Code to provide tool-based context and assistance for feature engineering using the Tecton platform. It includes pre-configured rules for Cursor and Claude Code to enhance AI-assisted development of Tecton features.
How to use Tecton MCP Server & Cursor Rules?
Clone the repository, install the uv package manager, authenticate with your Tecton cluster, then configure your MCP client (Cursor, Claude Code, or Augment) to add the MCP server using the provided JSON configuration. Symlink the .cursor/rules or CLAUDE.md files into your feature repository. After restarting the IDE, you can start using Tecton's Co-Pilot for feature engineering.
Key features of Tecton MCP Server & Cursor Rules
- Query code examples index using vector database
- Retrieve Tecton documentation snippets based on queries
- Fetch complete or specific Tecton SDK reference information
- Query Tecton Metrics API for system metrics
- API-based tools for Tecton Feature Services (when API key configured)
- Supports Cursor, Claude Code, and Augment integrations
Use cases of Tecton MCP Server & Cursor Rules
- AI-assisted feature engineering directly within Cursor or Claude Code
- Quickly find relevant Tecton code examples and usage patterns
- Access Tecton SDK reference and documentation without leaving the editor
- Query real-time feature services and system metrics from batch, streaming, and real-time sources
- Pin Tecton SDK version to align with a specific release for consistent development
FAQ from Tecton MCP Server & Cursor Rules
What prerequisites are needed to use the Tecton MCP Server?
You need the uv package manager (install via brew install uv), a Tecton cluster login, and an MCP client such as Cursor (0.48+) or Claude Code.
How do I update the Tecton MCP Server to the latest version?
Pull the latest changes from the repository (git pull) and restart your IDE. The MCP server is spawned as a subprocess, so no manual restart of a background service is needed.
Can I use a specific Tecton SDK version with the MCP server?
Yes. Edit pyproject.toml to pin the exact version (e.g., tecton==1.1.10), delete uv.lock, re-run the smoke test to regenerate the lock file, and restart your IDE. Supported versions: Tecton ≥ 1.0.0.
Does the MCP server require an API key?
By default, the server uses SDK-based tools. If a TECTON_API_KEY environment variable is configured, additional API-based tools (e.g., for querying Feature Services and Metrics API) are registered.
Which MCP clients are supported?
Cursor (version 0.48 and above), Claude Code, and Augment are explicitly supported with step-by-step setup guides in the README.
「開発者ツール」の他のコンテンツ
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
prysmaticlabsGo implementation of Ethereum proof of stake
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
コメント