Workspace-aware .NET 10 MCP server with filesystem, activity routing, optional shell, SSH, web, and local inference tools.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcpserverdotnet": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Workspace-aware .NET 10 MCP server with filesystem, activity routing, optional shell, SSH, web, and local inference tools.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / ai-ml
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for using the GitLab API
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for McpServerDotNet and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
McpServerDotNet is a .NET 10 Model Context Protocol server for local developer automation. It exposes a workspace-aware filesystem surface, MCP resources and prompts, an activity-routing layer for Codex-style workflows, and optional execution, SSH, web, and Ollama-backed local inference tooling.
This is not a generic scaffold anymore. The repository already contains a working stdio MCP host, real tool/resource/prompt routing, safety gates around higher-risk operations, optional local Ollama integration, and setup scripts for clients such as LM Studio and VS Code.
initialize, ping, shutdown, exit, tools, resources, and prompts.shell.exec for non-interactive local command execution under an explicit allow/deny policy.inference.local_* tools for Ollama-backed summarization, planning, code review, and completion.ssh.execute and ssh.write_text for profile-based remote automation.web.fetch_url and web.search for allowlisted outbound web access.dotnet tool host via McpServer.Host.| Project | Responsibility |
|---|---|
src/McpServer.Host | Host bootstrap, configuration, Autofac registrations, stdio loop, logging. |
src/McpServer.Protocol | MCP lifecycle, session state, JSON-RPC dispatch, tool/resource/prompt routing. |
src/McpServer.Application | Tool, resource, prompt, activity, and application abstractions. |
src/McpServer.Infrastructure | Filesystem, path policy, process execution, Ollama, SSH, web, logging implementations. |
src/McpServer.Contracts | MCP and JSON-RPC DTOs. |
src/McpServer.Domain | Reserved domain layer for future business rules. |
tests/* | Unit and stdio integration coverage. |
fs.write_textfs.append_textfs.read_filefs.read_textfs.get_metadatafs.list_directoryfs.create_directoryfs.move_pathfs.copy_pathfs.delete_pathworkspace.set_rootworkspace.openworkspace.select_folderworkspace.statusworkspace.inspectactivity.routeactivity.schemas.listactivity.context.previewactivity.runfile:///workspace/...dir:///workspace/...filemeta:///workspace/...tree:///projecttree:///workspacechanges:///project