Merged
Conversation
amrc-benmorrow
approved these changes
Jan 29, 2026
Contributor
amrc-benmorrow
left a comment
There was a problem hiding this comment.
🤷 The F+ bits look OK. I have no clue about the MCP bits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add MCP Server for AI Agent Integration
Summary
Adds
@amrc-factoryplus/mcp, a Model Context Protocol (MCP) server that enables AI agents like Claude and Cursor to interact with Factory+ services.What's New
New package:
acs-mcp/- An MCP server published as@amrc-factoryplus/mcpFeatures
ConfigDB Tools (read-only)
list_appsget_configlist_configssearch_configsget_class_membersget_class_subclassesget_object_infoAuth Tools (read-only)
list_principalsfind_principalcheck_acllist_grantsget_grantfind_grantswhoamiDirectory Tools (read-only)
get_device_infoget_device_addressget_service_infoget_service_urlDocumentation Tools
search_docslist_docsread_docsearch_portalread_portal_pageUsage
Configure in MCP client:
{ "acs": { "command": "/path/to/npx", "args": ["-y", "@amrc-factoryplus/mcp"], "env": { "PATH": "/path/to/node/bin:/usr/bin:/bin", "DIRECTORY_URL": "https://directory.example.com", "SERVICE_USERNAME": "service-account", "SERVICE_PASSWORD": "..." } } }