Skip to content

Commit da31d9c

Browse files
committed
Add new MCP server
1 parent 42327c4 commit da31d9c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/data/servers/index.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,4 +723,27 @@ export const servers: MCPServerType[] = [
723723
runtime: "python",
724724
sourceUrl: "https://github.com/modelcontextprotocol/servers/tree/main/src/time"
725725
},
726+
{
727+
config: {
728+
args: ["-y", "@alanagoyal/mcp-server@latest"],
729+
command: "npx",
730+
env: {}
731+
},
732+
description: "a model context protocol (mcp) server that provides ai assistants with information about alana goyal and basecase, based on alanagoyal.com and basecase.vc. the server integrates with popular ai development environments like windsurf and cursor.",
733+
distribution: {
734+
package: "@alanagoyal/mcp-server",
735+
type: "npm",
736+
},
737+
id: "alanagoyal",
738+
isOfficial: false,
739+
license: "ISC",
740+
name: "Alana Goyal",
741+
publisher: {
742+
id: "alanagoyal",
743+
name: "Alana Goyal",
744+
url: "https://alanagoyal.com/",
745+
},
746+
runtime: "node",
747+
sourceUrl: "https://github.com/alanagoyal/mcp-server"
748+
},
726749
]

0 commit comments

Comments
 (0)