Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"crisscross-mcp-server": {
"args": [
"CrissCross.Mcp.Server@0.*",
"--yes"
],
"type": "stdio",
"command": "dnx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
C# stdio MCP server for developers and coding agents working with the ReactiveMarbles CrissCross package family.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcporter' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcporter against OSV.dev.
Be 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 other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP Security Weekly
Get CVE alerts and security updates for CrissCross.MCP.Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
C# stdio MCP server for developers and coding agents working with the ReactiveMarbles CrissCross package family.
The server keeps MCP transport thin and exposes deterministic, source-backed knowledge from the CrissCross repository through tools, resources, and prompts. It does not modify the CrissCross source repository.
The server is implemented in C# on net10.0 using ModelContextProtocol 1.3.0.
Click to install in your preferred environment:
Note:
CrissCross.Mcp.Server.Manual MCP configuration using NuGet:
{
"mcpServers": {
"crisscross-mcp-server": {
"type": "stdio",
"command": "dnx",
"args": [
"CrissCross.Mcp.Server@0.*",
"--yes"
]
}
}
}
mcporter.Run from the repository root:
DOTNET="/mnt/c/Program Files/dotnet/dotnet.exe"
"$DOTNET" restore CrissCross.MCP.Server.slnx
"$DOTNET" build CrissCross.MCP.Server.slnx -c Release --no-restore -warnaserror
"$DOTNET" test --project tests/CrissCross.McpServer.Tests/CrissCross.McpServer.Tests.csproj -c Release
Stdout is reserved for MCP JSON-RPC. All diagnostics are routed to stderr by Microsoft.Extensions.Logging.Console with LogToStandardErrorThreshold = Trace.
"/mnt/c/Program Files/dotnet/dotnet.exe" "$(wslpath -w "$PWD/src/CrissCross.McpServer/bin/Release/net10.0/CrissCross.McpServer.dll")"
Convenience wrapper:
scripts/run-crisscross-mcp.sh
MCP discovery probe:
npm_config_cache="$PWD/.npm-cache" npx -y mcporter list --stdio "$PWD/scripts/run-crisscross-mcp.sh" --name crisscross
{
"mcpServers": {
"crisscross-mcp-server": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"/path/to/CrissCross.MCP.Server/src/CrissCross.McpServer/CrissCross.McpServer.csproj"
]
}
}
}
crisscross_get_package_matrix(platform?, targetFramework?)crisscross_get_startup_recipe(platform, uiMode?)crisscross_get_navigation_recipe(kind, platform?, hostName?, contract?)crisscross_find_control(platform, nameOrFeature)crisscross_generate_viewmodel(feature, className, namespace, navigationMode?)crisscross_generate_navigation_registry(mappingSpec)