agiloft-mcp-server
Verified Safeby hjtapia74
Overview
An MCP (Model Context Protocol) server for AI assistants to perform CRUD operations and search functionality on Agiloft contracts via its REST API.
Installation
python run_server.pyEnvironment Variables
- AGILOFT_BASE_URL
- AGILOFT_USERNAME
- AGILOFT_PASSWORD
- AGILOFT_KB
Security Notes
The server demonstrates good security practices by recommending environment variables for sensitive credentials (AGILOFT_PASSWORD), masking passwords in log output, and handling token refresh proactively. It uses `aiohttp` for secure asynchronous HTTP communication. No use of `eval` or obvious malicious patterns found. The server operates in stdio mode, limiting its direct network exposure from the MCP client perspective. However, like any system handling credentials and making external API calls, proper operational security for the host environment is critical.
Similar Servers
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.
rest-to-mcp-adapter
Transforms REST API specifications (OpenAPI, Swagger, OpenAPI Actions) into Model Context Protocol (MCP) tools, enabling AI agents like Claude and GPT to interact with any REST API.