MCP Server
Active
MIT
RoselineMCP MCP Server
io.github.Atypical-Consulting/roseline-mcp
What is the RoselineMCP MCP server?
MCP server for C# code analysis and automated fixing using Roslyn analyzers and code fix providers.
How to install RoselineMCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"roseline-mcp": {
"command": "dnx",
"args": [
"RoselineMCP"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"roseline-mcp": {
"command": "dnx",
"args": [
"RoselineMCP"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"roseline-mcp": {
"command": "dnx",
"args": [
"RoselineMCP"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"roseline-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"RoselineMCP"
]
}
}
}Claude Code
claude mcp add roseline-mcp -- dnx RoselineMCPRelated MCP servers
AdrMcp
Active
MCP server for Architectural Decision Records: navigate, author, validate, link, and analyze them.
1
View repository →C#
MIT