Skip to content

Instantly share code, notes, and snippets.

@EngincanV
Created April 9, 2025 09:59
Show Gist options
  • Save EngincanV/3e792b016c04765195eea51f7b59a5ed to your computer and use it in GitHub Desktop.
Save EngincanV/3e792b016c04765195eea51f7b59a5ed to your computer and use it in GitHub Desktop.
{
"mcpServers": {
"timeServer": {
"command": "dotnet",
"args": [
"run",
"--project",
"path/to/your/McpTimeServer", //absolute path to the MCP server project
"--no-build"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment