Infactory MCP Server
@infactory-io
Infactory MCP Server について
Infactory MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"infactory-mcp": {
"command": "npx",
"args": [
"-y",
"@infactory/infactory-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Infactory MCP Server?
An MCP (Model Context Protocol) server for interacting with Infactory APIs using Claude and other LLMs. It enables language models to access and manipulate data in your Infactory environment.
How to use Infactory MCP Server?
Install via npx -y @infactory/infactory-mcp (recommended) or Docker with the NF_API_KEY environment variable. Configure your MCP client (Claude Desktop, Windsurf, Cursor) by adding the server to the appropriate mcp_config.json or mcp.json file with the npx command and your API key. You can also build from source by cloning the repository, running npm install, npm run build, and npm start.
Key features of Infactory MCP Server
- Project management: list, retrieve, and create projects
- Query program management: list and execute query programs
- Datasource management: list, retrieve, and create datasources
- User and team information: get current user and list teams
- Works with Claude Desktop, Windsurf, and Cursor
Use cases of Infactory MCP Server
- List all projects in your Infactory environment via a natural language prompt
- Retrieve details of a specific project by ID
- Create a new project in a given team
- Execute a query program and pass optional input data
- Get current user account information
FAQ from Infactory MCP Server
What prerequisites are needed to use Infactory MCP Server?
You need an Infactory API key and Node.js 18+ (if installing locally). Docker is an alternative that does not require Node.js.
How do I install Infactory MCP Server?
Use npx -y @infactory/infactory-mcp or run the Docker image with -e NF_API_KEY="your_api_key_here". You can also build from source.
How do I configure Infactory MCP Server with Claude Desktop?
Add the server entry to your claude_desktop_config.json with the npx command and your API key in the env section.
What tools does Infactory MCP Server provide?
It provides tools for projects (list, get, create), query programs (list, execute), datasources (list, get, create), and user/team info (get current user, list teams).
Can I use a custom API endpoint?
Yes, set the optional NF_BASE_URL environment variable to a different API endpoint.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント