Back to Home
hjtapia74 icon

agiloft-mcp-server

Verified Safe

by 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

Run Command
python run_server.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens7500
Stars0
Forks0
Last Update2025-11-20

Tags

AgiloftContract ManagementREST APIAI ToolsMCP