Back to Home
adner icon

Agent365McpServers

Verified Safe

by adner

Overview

Develop AI agents leveraging Microsoft Agent Framework and CopilotKit, featuring generative UI, shared state, and human-in-the-loop capabilities.

Installation

Run Command
pnpm dev

Environment Variables

  • GitHubToken
  • OpenAI.ApiKey
  • ClientId
  • ClientSecret
  • DataverseEnvironmentId
  • DataverseUrl
  • ASPNETCORE_ENVIRONMENT
  • LOG_LEVEL

Security Notes

The application employs `dotnet user-secrets` for managing sensitive API keys like `GitHubToken`, which is a good practice to prevent hardcoding credentials in source control. Configuration files (`appsettings.json`) also use placeholders for other API keys (e.g., `OpenAI.ApiKey`) and credentials (e.g., Dataverse), indicating they should be securely configured outside the repository. Communication between the Next.js UI and the C# agent defaults to `http://localhost:5119/`, which is local-only during development, minimizing external network exposure. However, a full security audit of the C# agent's business logic (`Program.cs`) is not possible with the provided truncated source. The large number of transitive dependencies in `pnpm-lock.yaml` could introduce supply chain risks, common in modern web development.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-05

Tags

AI AgentsGenerative UICopilotKitMicrosoft Agent FrameworkNext.js