Learning with Claude
Learning repository: conversations and notes from my learning sessions with Claude. And all files are upload by Claude MCP server
Overview
Learning with Claude is a repository of conversations and notes focused on software development topics, created during learning sessions with Claude.
To use Learning with Claude, visit the GitHub repository and explore the organized notes and discussions on various software development topics.
- Detailed technical discussions on Java development, web development, and design patterns. - Code examples and best practices for real-world implementation. - Troubleshooting tips and guidance for software development challenges.
- Learning core Java concepts and best practices.
- Understanding the lifecycle of ServletContext and JVM interactions.
- Exploring design patterns like Proxy Pattern in Java.
Add to your AI client
Use these steps to connect Learning with Claude in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"learning-with-claude-songrunqi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-learning-with-claude-songrunqi"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"learning-with-claude-songrunqi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-learning-with-claude-songrunqi"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"learning-with-claude-songrunqi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-learning-with-claude-songrunqi"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"learning-with-claude-songrunqi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-learning-with-claude-songrunqi"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"learning-with-claude-songrunqi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-learning-with-claude-songrunqi"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"learning-with-claude-songrunqi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-learning-with-claude-songrunqi"
]
}
}
}FAQ
What topics are covered in Learning with Claude?
The repository covers various software development topics including Java development, web development, and design patterns.
Is the content free to access?
Yes! The content is freely accessible on GitHub.
Can I contribute to the repository?
Contributions are welcome! You can submit issues or pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":748,"uuid":"459722a4-165a-41b3-b367-913f518bb2ec","name":"learning-with-claude","title":"Learning with Claude","description":"Learning repository: conversations and notes from my learning sessions with Claude. And all files are upload by Claude MCP server","avatar_url":"https://avatars.githubusercontent.com/u/150511635?v=4","created_at":"2024-12-30T03:29:03.309Z","updated_at":"2025-02-23T07:18:48.620Z","status":"created","author_name":"SongRunqi","author_avatar_url":"https://avatars.githubusercontent.com/u/150511635?v=4","tags":"learning,software-development,notes","category":"knowledge-and-memory","is_featured":false,"sort":1,"url":"https://github.com/SongRunqi/learning-with-claude","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]