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.
开发工具 分类下的更多 MCP 服务器
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
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
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
评论