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.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント