Skip to content
MCP Servers Overview
ACCESS-CI provides 9 MCP servers for different aspects of cyberinfrastructure:
MCP server for ACCESS-CI Affinity Groups API
Package: @access-mcp/affinity-groups
Version: v0.3.0
MCP server for ACCESS-CI Affinity Groups API
bash
# Install
npm install -g @access-mcp/affinity-groups
# Configure
{
"mcpServers": {
"affinity-groups": {
"command": "npx",
"args": ["@access-mcp/affinity-groups"]
}
}
}
MCP server for ACCESS-CI Compute Resources API
Package: @access-mcp/compute-resources
Version: v0.3.0
MCP server for ACCESS-CI Compute Resources API
bash
# Install
npm install -g @access-mcp/compute-resources
# Configure
{
"mcpServers": {
"compute-resources": {
"command": "npx",
"args": ["@access-mcp/compute-resources"]
}
}
}
MCP server for ACCESS-CI System Status and Outages API
Package: @access-mcp/system-status
Version: v0.4.0
MCP server for ACCESS-CI System Status and Outages API
bash
# Install
npm install -g @access-mcp/system-status
# Configure
{
"mcpServers": {
"system-status": {
"command": "npx",
"args": ["@access-mcp/system-status"]
}
}
}
ACCESS-CI Software Discovery Service MCP server
Package: @access-mcp/software-discovery
Version: v0.3.0
ACCESS-CI Software Discovery Service MCP server
bash
# Install
npm install -g @access-mcp/software-discovery
# Configure
{
"mcpServers": {
"software-discovery": {
"command": "npx",
"args": ["@access-mcp/software-discovery"]
}
}
}
MCP server for XDMoD Charts and Visualizations
Package: @access-mcp/xdmod-charts
Version: v0.4.0
MCP server for XDMoD Charts and Visualizations
bash
# Install
npm install -g @access-mcp/xdmod-charts
# Configure
{
"mcpServers": {
"xdmod-charts": {
"command": "npx",
"args": ["@access-mcp/xdmod-charts"]
}
}
}
Python MCP server for XDMoD data access and analytics
Package: xdmod-mcp-data
Version: v0.2.0
Python MCP server for XDMoD data access and analytics
bash
# Install
pipx install xdmod-mcp-data
# Configure
{
"mcpServers": {
"xdmod-mcp-data": {
"command": "xdmod-mcp-data"
}
}
}
MCP server for ACCESS-CI Allocations and Research Projects API
Package: @access-mcp/allocations
Version: v0.3.1
MCP server for ACCESS-CI Allocations and Research Projects API
bash
# Install
npm install -g @access-mcp/allocations
# Configure
{
"mcpServers": {
"allocations": {
"command": "npx",
"args": ["@access-mcp/allocations"]
}
}
}
MCP server for NSF awards and funding integration
Package: @access-mcp/nsf-awards
Version: v0.1.0
MCP server for NSF awards and funding integration
bash
# Install
npm install -g @access-mcp/nsf-awards
# Configure
{
"mcpServers": {
"nsf-awards": {
"command": "npx",
"args": ["@access-mcp/nsf-awards"]
}
}
}
MCP server for ACCESS Support Announcements API
Package: @access-mcp/announcements
Version: v0.1.0
MCP server for ACCESS Support Announcements API
bash
# Install
npm install -g @access-mcp/announcements
# Configure
{
"mcpServers": {
"announcements": {
"command": "npx",
"args": ["@access-mcp/announcements"]
}
}
}